Interface java.telephony.phone.events.RingerVolumeEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.phone.events.RingerVolumeEv
- public interface RingerVolumeEv
- extends Object
- extends PhoneTermEv
The RingerVolumeEv interface extends the PhoneTermEv interface and is
reported via the PhoneTerminalObserver interface. This event interface
indicates that the volume of a ringer component has changed.
Applications may use the getVolume() method on this interface
to obtain the new volume of the ringer component.
-
ID
- Event id
-
getVolume()
- Returns the volume of the ringer.
ID
public final static int ID
- Event id
getVolume
public abstract int getVolume()
- Returns the volume of the ringer.
- Returns:
- The volume of the ringer.
All Packages Class Hierarchy This Package Previous Next Index