org.dvb.net.rc
Class ConnectionRCEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.dvb.net.rc.ConnectionRCEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConnectionEstablishedEvent, ConnectionFailedEvent, ConnectionTerminatedEvent

public class ConnectionRCEvent
extends java.util.EventObject

ConnectionRCEvent - the base class for events related to connection oriented return channels.

See Also:
Serialized Form

Constructor Summary
ConnectionRCEvent(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

ConnectionRCEvent

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

Parameters:
source - the ConnectionRCInterface for which the event was generated.