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