org.dvb.net.rc
Class ConnectionRCEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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

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

ConnectionRCEvent

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

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