javax.rad.remote.event
Class ConnectionEvent

java.lang.Object
  extended by javax.rad.remote.event.ConnectionEvent

public class ConnectionEvent
extends Object

The ConnectionEvent class encapsulates connection information.


Constructor Summary
ConnectionEvent(AbstractConnection pConnection)
          Creates a new instance of ConnectionEvent.
 
Method Summary
 AbstractConnection getConnection()
          Gets the connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionEvent

public ConnectionEvent(AbstractConnection pConnection)
Creates a new instance of ConnectionEvent.

Parameters:
pConnection - the connection
Method Detail

getConnection

public AbstractConnection getConnection()
Gets the connection.

Returns:
the connection


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.