Interface java.telephony.events.TermEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.events.TermEv
- public interface TermEv
- extends Object
- extends Ev
The TermEv interface is the base interface for all Terminal-related
events. All events which pertain to the Terminal object must extends this
interface.
These events are reported through the TerminalObserver interface.
- See Also:
-
-
getTerminal()
- Returns the Terminal associated with this TermEv.
getTerminal
public abstract Terminal getTerminal()
- Returns the Terminal associated with this TermEv.
- Returns:
- s The Terminal associated with this Event.
All Packages Class Hierarchy This Package Previous Next Index