Uses of Class
org.dvb.net.rc.ConnectionRCEvent

Packages that use ConnectionRCEvent
org.dvb.net.rc Provides session management for bi-directional IP connections which are session based from the point of view of an application. 
 

Uses of ConnectionRCEvent in org.dvb.net.rc
 

Subclasses of ConnectionRCEvent in org.dvb.net.rc
 class ConnectionDroppedEvent
          ConnectionDroppedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails due to the connection being dropped by the target.
 class ConnectionEstablishedEvent
          ConnectionEstablishedEvent - An event generated after a connection is established for a ConnectionRCInterface.
 class ConnectionFailedEvent
          ConnectionFailedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails.
 class ConnectionTerminatedEvent
          ConnectionTerminatedEvent - An event generated after a connected ConnectionRCInterface is disconnected.
 class NoDialToneEvent
          NoDialToneEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface of TYPE_PSTN fails due to there not being a dial tone on the return channel concerned.
 class TargetBusyEvent
          TargetBusyEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails due to the target of the connection being busy.
 

Methods in org.dvb.net.rc with parameters of type ConnectionRCEvent
 void ConnectionListener.connectionChanged(ConnectionRCEvent e)
          This method is called to report events related to the setup and termination of return channel interface connections.