Interface java.telephony.events.ConnEv
All Packages Class Hierarchy This Package Previous Next Index
Interface java.telephony.events.ConnEv
- public interface ConnEv
- extends Object
- extends CallEv
The ConnEv interface is the base event interface for all events
pertaining to Connections. Each event which is Connection-related must
extend this interface.
This interface extends CallEvent because these events are reported through
the CallObserver interface.
The ConnEv interface has one method, getConnection(), which
returns the Connection associated with this event.
-
getConnection()
- Get the connection which generated this event.
getConnection
public abstract Connection getConnection()
- Get the connection which generated this event.
- Returns:
- s The Connection associated with this event.
All Packages Class Hierarchy This Package Previous Next Index