common
Interface VolumeControl
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- GenericSinkImpl
- public interface VolumeControl
- extends java.rmi.Remote
Interface for an object that can its volume controlled
setVolume
public void setVolume(int vol)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getVolume
public int getVolume()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getMaxVolume
public int getMaxVolume()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException