org.dvb.net.rc
Class ConnectionFailedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.dvb.net.rc.ConnectionRCEvent
          extended byorg.dvb.net.rc.ConnectionFailedEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionDroppedEvent, NoDialToneEvent, TargetBusyEvent

public class ConnectionFailedEvent
extends ConnectionRCEvent

ConnectionFailedEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionFailedEvent(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

ConnectionFailedEvent

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

Parameters:
source - the ConnectionRCInterface whose connection attempt failed