org.dvb.net.rc
Class ConnectionDroppedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.net.rc.ConnectionRCEvent
          extended byorg.dvb.net.rc.ConnectionFailedEvent
              extended byorg.dvb.net.rc.ConnectionDroppedEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionDroppedEvent
extends ConnectionFailedEvent

ConnectionDroppedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails due to the connection being dropped by the target. For a ConnectionRCInterface of type TYPE_PSTN, this includes the following conditions:

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionDroppedEvent(java.lang.Object source)
          Construct an event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionDroppedEvent

public ConnectionDroppedEvent(java.lang.Object source)
Construct an event.

Parameters:
source - the ConnectionRCInterface whose connection attempt failed