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


Method Summary
 int getMaxVolume()
           
 int getVolume()
           
 void setVolume(int vol)
           
 

Method Detail

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