|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TermConnEv
interface is the base event interface for all
TerminalConnection-related events. All events which pertain to the
TerminalConnection object must extend this interface. This interface extends
the CallEv
interface and therefore is reported via the
CallObserver
interface.
The core package defines events which are reported when the
TerminalConnection changes state. These events are:
TermConnRingingEv
, TermConnActiveEv
,
TermConnPassiveEv
, TermConnDroppedEv
, and
TermConnUnknownEv
. Also, a TermConnCreatedEv
is
sent when a new TerminalConnection is created.
The TermConnEv.getTerminalConnection()
method on this
interface returns the TerminalConnection associated with this
TerminalConnection event.
TerminalConnection
,
CallObserver
,
CallEv
,
TermConnEv
,
TermConnRingingEv
,
TermConnActiveEv
,
TermConnPassiveEv
,
TermConnDroppedEv
,
TermConnUnknownEv
Field Summary |
Method Summary | |
TerminalConnection |
getTerminalConnection()
Returns the TerminalConnection associated with this event. |
Methods inherited from interface javax.telephony.events.CallEv |
getCall |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Method Detail |
public TerminalConnection getTerminalConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |