public abstract class AbstractConnectionClosedListener extends java.lang.Object implements ConnectionListener
| Constructor and Description |
|---|
AbstractConnectionClosedListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionClosed()
Notification that the connection was closed normally.
|
void |
connectionClosedOnError(java.lang.Exception e)
Notification that the connection was closed due to an exception.
|
abstract void |
connectionTerminated() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitauthenticated, connected, connectingpublic final void connectionClosed()
ConnectionListenerconnectionClosed in interface ConnectionListenerpublic final void connectionClosedOnError(java.lang.Exception e)
ConnectionListenerconnectionClosedOnError in interface ConnectionListenere - the exception.public abstract void connectionTerminated()