agentland.device
Interface BaseAmplifier
- All Superinterfaces:
- Agent, Amplifier, Device, Good, Managed, Remote, Spy
- All Known Subinterfaces:
- HKAVR7000Amplifier
- All Known Implementing Classes:
- BaseAmplifierAgent
- public interface BaseAmplifier
- extends Device, Amplifier
Methods inherited from interface agentland.device.Device |
addName, getName, getNames, getState, getState, getStateNames, hasName, resetAllStates, resetName, resetState, resetState, setName, setState |
Methods inherited from interface agentland.util.Spy |
tell |
resetVolumeLevelState
public void resetVolumeLevelState()
throws RemoteException
resetMutedState
public void resetMutedState()
throws RemoteException
getVolumeLevel
public int getVolumeLevel()
throws RemoteException
getMuted
public boolean getMuted()
throws RemoteException
setAmpState
public void setAmpState(int volumeLevel,
boolean muted)
throws RemoteException