All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.phone.events.ButtonPressEv

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


Variable Index

 o ID
Event id

Method Index

 o getInfo()
Returns the button information.

Variables

 o ID
 public static final int ID
Event id

Methods

 o getInfo
 public abstract String getInfo()
Returns the button information.

Returns:
The string button information.

All Packages  Class Hierarchy  This Package  Previous  Next  Index