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.


Variable Index

 o ID
Event id

Method Index

 o getVolume()
Returns the volume of the ringer.

Variables

 o ID
  public final static int ID
Event id

Methods

 o 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