Interface java.telephony.phone.events.PhoneTermEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.phone.events.PhoneTermEv

public interface PhoneTermEv
extends Object
extends PhoneEv, TermEv
The PhoneTermEv interface extends the TermEv interface and is the base event interface for all phone-components related events. All component events must extends this interface. These events are reported through the TerminalObserver interface.

Method Index

 o getComponent()
Returns the Component object responsible for this event.
 o getComponentGroup()
Returns the ComponentGroup object associated with this event.

Methods

 o getComponentGroup
  public abstract ComponentGroup getComponentGroup()
Returns the ComponentGroup object associated with this event.

Returns:
s The ComponentGroup object associated with this event.
 o getComponent
  public abstract Component getComponent()
Returns the Component object responsible for this event.

Returns:
s The Component object responsible for this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index