Interface java.telephony.events.TermConnEv
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface java.telephony.events.TermConnEv

public interface TermConnEv
extends Object
extends CallEv
The TermConnEv interface is the base event interface for all events pertaining to TerminalConnections. Each event which is TerminalConnection-related must extend this interface.

This interface extends CallEvent because these events are reported through the CallObserver interface.

The TermConnEv interface has one method, getTerminalConnection(), which returns the TerminalConnection associated with this event.


Method Index

 o getTerminalConnection()
Get the TerminalConnection which generated this event.

Methods

 o getTerminalConnection
  public abstract TerminalConnection getTerminalConnection()
Get the TerminalConnection which generated this event.

Returns:
s The TerminalConnection associated with this event.

All Packages  Class Hierarchy  This Package  Previous  Next  Index