agentland.device
Interface Tuner
- All Superinterfaces:
- Agent, Remote
- All Known Implementing Classes:
- TunerAgent
- public interface Tuner
- extends Agent
setPowerStatus
public void setPowerStatus(boolean on)
throws RemoteException
getPowerStatus
public boolean getPowerStatus()
throws RemoteException
turnOn
public void turnOn()
throws RemoteException
turnOff
public void turnOff()
throws RemoteException
togglePower
public void togglePower()
throws RemoteException
goPreset
public void goPreset(int number)
throws RemoteException
volumeUp
public void volumeUp()
throws RemoteException
volumeDown
public void volumeDown()
throws RemoteException
volumeContinuousUp
public void volumeContinuousUp()
throws RemoteException
volumeContinuousDown
public void volumeContinuousDown()
throws RemoteException
stopContinuousVolume
public void stopContinuousVolume()
throws RemoteException
resetStatus
public void resetStatus()
throws RemoteException
muteOn
public void muteOn()
throws RemoteException
muteOff
public void muteOff()
throws RemoteException
getMuteStatus
public boolean getMuteStatus()
throws RemoteException
setMuteStatus
public void setMuteStatus(boolean b)
throws RemoteException
inputCD
public void inputCD()
throws RemoteException
inputTuner
public void inputTuner()
throws RemoteException
inputTV
public void inputTV()
throws RemoteException
inputVCR1
public void inputVCR1()
throws RemoteException
inputVCR2
public void inputVCR2()
throws RemoteException
input
public void input(String what)
throws RemoteException
getStringInputStatus
public String getStringInputStatus()
throws RemoteException
getIntInputStatus
public int getIntInputStatus()
throws RemoteException