All Packages Class Hierarchy This Package Previous Next Index
Interface com.las.ogdi.ConnectionListener
- public interface ConnectionListener
- extends EventListener
The ConnectionListener class defines general behaviour for monitoring OGDI clients.
The behaviour consists of being able to handle a disconnect event.
- Version:
- 1.0
- Author:
- Las Inc.
-
disconnect(ConnectionEvent)
- Method called by a client when it is disconnected.
disconnect
public abstract void disconnect(ConnectionEvent e)
- Method called by a client when it is disconnected.
- Parameters:
- e - an event source of disconnection
- Returns:
- no return
- Throws: no
- exception
All Packages Class Hierarchy This Package Previous Next Index