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.


Variable Index

 o ID
Event id

Method Index

 o getInfo()
Returns the button information.

Variables

 o ID
  public final static 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