javax.rad.remote.event
Class ConnectionEvent
java.lang.Object
javax.rad.remote.event.ConnectionEvent
public class ConnectionEvent
- extends Object
The ConnectionEvent
class encapsulates connection information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionEvent
public ConnectionEvent(AbstractConnection pConnection)
- Creates a new instance of
ConnectionEvent
.
- Parameters:
pConnection
- the connection
getConnection
public AbstractConnection getConnection()
- Gets the connection.
- Returns:
- the connection
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.