org.dvb.net.rc
Class TargetBusyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.net.rc.ConnectionRCEvent
          extended by org.dvb.net.rc.ConnectionFailedEvent
              extended by org.dvb.net.rc.TargetBusyEvent
All Implemented Interfaces:
java.io.Serializable

public class TargetBusyEvent
extends ConnectionFailedEvent

TargetBusyEvent - An event generated after an attempt to setup a connection for a ConnectionRCInterface fails due to the target of the connection being busy.

See Also:
Serialized Form

Constructor Summary
TargetBusyEvent(java.lang.Object source)
          Construct an event.
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetBusyEvent

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

Parameters:
source - the ConnectionRCInterface whose connection attempt failed