JSR-043: JTAPI-1.4

javax.telephony.events
Interface TermEv

All Superinterfaces:
Ev
All Known Subinterfaces:
AgentTermBusyEv, AgentTermEv, AgentTermLoggedOffEv, AgentTermLoggedOnEv, AgentTermNotReadyEv, AgentTermReadyEv, AgentTermUnknownEv, AgentTermWorkNotReadyEv, AgentTermWorkReadyEv, ButtonInfoEv, ButtonPressEv, CallCtlTermDoNotDisturbEv, CallCtlTermEv, DisplayUpdateEv, HookswitchStateEv, LampModeEv, MicrophoneGainEv, PhoneTermEv, PrivateTermEv, RingerPatternEv, RingerVolumeEv, SpeakerVolumeEv, TermObservationEndedEv

public interface TermEv
extends Ev

The TermEv interface is the base interface for all Terminal-related events. All events which pertain to the Terminal object must extend this interface. Events which extend this interface are reported via the TerminalObserver interface.

The only event defined in the core package for the Terminal is the TermObservationEndedEv.

The TermEv.getTerminal() method on this interface returns the Terminal associated with the Terminal event.

See Also:
TermObservationEndedEv, Ev, TerminalObserver, Terminal

Fields inherited from interface javax.telephony.events.Ev
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
 
Method Summary
 Terminal getTerminal()
          Returns the Terminal associated with this Terminal event.
 
Methods inherited from interface javax.telephony.events.Ev
getCause, getID, getMetaCode, getObserved, isNewMetaEvent
 

Method Detail

getTerminal

public Terminal getTerminal()
Returns the Terminal associated with this Terminal event.

Returns:
The Terminal associated with this event.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org