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.


Variable Index

 o ID
Event id

Method Index

 o getInfo()
Returns the button information.
 o getOldInfo()
Returns the information previously associated with this button.

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.
 o 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