Interface java.telephony.phone.events.RingerPatternEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.phone.events.RingerPatternEv

public interface RingerPatternEv
extends Object
extends PhoneTermEv
The RingerPatternEv interface extends the PhoneTermEv interface and is reported via the PhoneTerminalObserver interface. This event interface indicates that the pattern of a ringer component has changed.

Applications may use the getPattern() method on this interface to obtain the new pattern of the ringer component.


Variable Index

 o ID
Event id

Method Index

 o getRingerPattern()
Returns the pattern of the ringer.

Variables

 o ID
  public final static int ID
Event id

Methods

 o getRingerPattern
  public abstract int getRingerPattern()
Returns the pattern of the ringer.

Returns:
The pattern of the ringer.

All Packages  Class Hierarchy  This Package  Previous  Next  Index