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_IDLE
default void connectionTimedOut(ConnectionEvent ce)
ce
- ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_TIMEDOUT
default void connectionLogoutRequest(ConnectionEvent ce)
ce
- ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_LOGOUTREQUEST
default void connectionSentBreak(ConnectionEvent ce)
ce
- ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_BREAK
default void connectionTerminalGeometryChanged(ConnectionEvent ce)
ce
- ConnectionEvent instance.ConnectionEvent.Type.CONNECTION_TERMINAL_GEOMETRY_CHANGED
Copyright © 2020. All rights reserved.