public interface ConnectionListener
ConnectionEvent| Modifier and Type | Method | Description |
|---|---|---|
default void |
connectionIdle(ConnectionEvent ce) |
Called when a CONNECTION_IDLE event occured.
|
default void |
connectionLogoutRequest(ConnectionEvent ce) |
Called when a CONNECTION_LOGOUTREQUEST occured.
|
default void |
connectionSentBreak(ConnectionEvent ce) |
Called when a CONNECTION_BREAK event occured.
|
default void |
connectionTerminalGeometryChanged(ConnectionEvent ce) |
Called when a CONNECTION_TERMINAL_GEOMETRY_CHANGED event occured.
|
default void |
connectionTimedOut(ConnectionEvent ce) |
Called when a CONNECTION_TIMEDOUT event occured.
|
default void connectionIdle(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_IDLEdefault void connectionTimedOut(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_TIMEDOUTdefault void connectionLogoutRequest(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_LOGOUTREQUESTdefault void connectionSentBreak(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_BREAKdefault void connectionTerminalGeometryChanged(ConnectionEvent ce)
ce - ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_TERMINAL_GEOMETRY_CHANGEDCopyright © 2020. All rights reserved.