Interface java.telephony.phone.events.ButtonInfoEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.phone.events.ButtonInfoEv
- public interface ButtonInfoEv
- extends Object
- extends PhoneTermEv
The ButtonInfoEv interface extends the PhoneTermEv interface and is
reported via the PhoneTermObserver interface. This event interface
indicates the information associated with a button component has changed.
Applications may obtain the new information associated with this button
via the getInfo() method on this interface. The old information
(before the change) may be obtained via the getOldInfo() method
on this interface.
-
ID
- Event id
-
getInfo()
- Returns the button information.
-
getOldInfo()
- Returns the information previously associated with this button.
ID
public final static int ID
- Event id
getInfo
public abstract String getInfo()
- Returns the button information.
- Returns:
- The string button information.
getOldInfo
public abstract String getOldInfo()
- Returns the information previously associated with this button.
- Returns:
- The old button information.
All Packages Class Hierarchy This Package Previous Next Index