|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
TermObservationEndedEv
,
Ev
,
TerminalObserver
,
Terminal
Field Summary |
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 |
public Terminal getTerminal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |