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 ConnectionEventModifier and TypeMethodDescriptiondefault voidConnectionListener.connectionIdle(ConnectionEvent ce) Called when a CONNECTION_IDLE event occured.default voidConnectionListener.connectionLogoutRequest(ConnectionEvent ce) Called when a CONNECTION_LOGOUTREQUEST occured.default voidConnectionListener.connectionSentBreak(ConnectionEvent ce) Called when a CONNECTION_BREAK event occured.default voidConnectionListener.connectionTerminalGeometryChanged(ConnectionEvent ce) Called when a CONNECTION_TERMINAL_GEOMETRY_CHANGED event occured.default voidConnectionListener.connectionTimedOut(ConnectionEvent ce) Called when a CONNECTION_TIMEDOUT event occured.voidConnection.processConnectionEvent(ConnectionEvent ce) Method called by the io subsystem to pass on a "low-level" event.