All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.phone.events.LampModeEv

public interface LampModeEv
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.


Variable Index

 o ID
Event id

Method Index

 o getMode()
Returns the current lamp mode.

Variables

 o ID
 public static final int ID
Event id

Methods

 o getMode
 public abstract int getMode()
Returns the current lamp mode.

Returns:
The current lamp mode.

All Packages  Class Hierarchy  This Package  Previous  Next  Index