Interface java.telephony.phone.events.ButtonPressEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.phone.events.ButtonPressEv
- public interface ButtonPressEv
- extends Object
- extends PhoneTermEv
The ButtonPressEv interface extends the PhoneTermEv interface and is
reported via the PhoneTermObserver interface. This event interface
indicates that a button component has been pressed.
Applications may obtain the identifying information associated with
this button via the getInfo() method.
-
ID
- Event id
-
getInfo()
- Returns the button information.
ID
public final static int ID
- Event id
getInfo
public abstract String getInfo()
- Returns the button information.
- Returns:
- The string button information.
All Packages Class Hierarchy This Package Previous Next Index