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.
-
ID
- Event id
-
getRingerPattern()
- Returns the pattern of the ringer.
ID
public final static int ID
- Event id
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