|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionListener
listener that should be implemented to listen for any connection events
Method Summary | |
---|---|
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. |
Method Detail |
---|
void connectionStarting(ConnectionEvent e) throws ConnectionVetoException
ConnectionVetoException
void 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |