public abstract class AbstractConnectionClosedListener extends AbstractConnectionListener
| 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() |
authenticated, connected, reconnectingIn, reconnectionFailed, reconnectionSuccessfulpublic final void connectionClosed()
ConnectionListenerconnectionClosed in interface ConnectionListenerconnectionClosed in class AbstractConnectionListenerpublic final void connectionClosedOnError(java.lang.Exception e)
ConnectionListenerconnectionClosedOnError in interface ConnectionListenerconnectionClosedOnError in class AbstractConnectionListenere - the exception.public abstract void connectionTerminated()