org.dvb.net.rc
Class ConnectionEstablishedEvent

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

public class ConnectionEstablishedEvent
extends ConnectionRCEvent

ConnectionEstablishedEvent - An event generated after a connection is established for a ConnectionRCInterface.

See Also:
Serialized Form

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

ConnectionEstablishedEvent

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

Parameters:
source - the ConnectionRCInterface whose connection was established