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.
-
getComponent()
- Returns the Component object responsible for this event.
-
getComponentGroup()
- Returns the ComponentGroup object associated with this event.
getComponentGroup
public abstract ComponentGroup getComponentGroup()
- Returns the ComponentGroup object associated with this event.
- Returns:
- s The ComponentGroup object associated with this event.
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