Uses of Enum
org.jline.builtins.telnet.ConnectionEvent.Type
Packages that use ConnectionEvent.Type
-
Uses of ConnectionEvent.Type in org.jline.builtins.telnet
Fields in org.jline.builtins.telnet declared as ConnectionEvent.TypeMethods in org.jline.builtins.telnet that return ConnectionEvent.TypeModifier and TypeMethodDescriptionConnectionEvent.getType()
Method that helps identifying the type.static ConnectionEvent.Type
Returns the enum constant of this type with the specified name.static ConnectionEvent.Type[]
ConnectionEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jline.builtins.telnet with parameters of type ConnectionEvent.TypeModifierConstructorDescriptionConnectionEvent
(Connection source, ConnectionEvent.Type type) Constructs a new instance of a ConnectionEvent with a given source (Connection) and a given type.