Uses of Class
org.jline.builtins.telnet.ConnectionEvent
-
-
Uses of ConnectionEvent in org.jline.builtins.telnet
Methods in org.jline.builtins.telnet with parameters of type ConnectionEvent Modifier and Type Method Description default void
ConnectionListener. connectionIdle(ConnectionEvent ce)
Called when a CONNECTION_IDLE event occured.default void
ConnectionListener. connectionLogoutRequest(ConnectionEvent ce)
Called when a CONNECTION_LOGOUTREQUEST occured.default void
ConnectionListener. connectionSentBreak(ConnectionEvent ce)
Called when a CONNECTION_BREAK event occured.default void
ConnectionListener. connectionTerminalGeometryChanged(ConnectionEvent ce)
Called when a CONNECTION_TERMINAL_GEOMETRY_CHANGED event occured.default void
ConnectionListener. connectionTimedOut(ConnectionEvent ce)
Called when a CONNECTION_TIMEDOUT event occured.void
Connection. processConnectionEvent(ConnectionEvent ce)
Method called by the io subsystem to pass on a "low-level" event.
-