public interface ConnectionListener
extends java.util.EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionClosed(ConnectionEvent e)
The event is fired when the connection is closed normally or abnormally.
|
void |
connectionEstablished(ConnectionEvent e)
This event is fired when a connection is fully established.
|
void |
connectionStarting(ConnectionEvent e)
This event is fired when a connection is just starting.
|
void connectionStarting(ConnectionEvent e) throws ConnectionVetoException
ConnectionVetoExceptionvoid connectionEstablished(ConnectionEvent e)
void connectionClosed(ConnectionEvent e)
The event is fired when the connection is closed normally or abnormally.
The status code will let you know how the connection is closed. If the connection is closed abnormally, a error message will go along with it
Copyright © 2001-2005 Echomine. All Rights Reserved.