Uses of Enum Class
org.jline.builtins.telnet.ConnectionEvent.Type
-
Uses of ConnectionEvent.Type in org.jline.builtins.telnet
Methods in org.jline.builtins.telnet that return ConnectionEvent.TypeModifier and TypeMethodDescriptionConnectionEvent.getType()Method that helps identifying the type.static ConnectionEvent.TypeReturns the enum constant of this class with the specified name.static ConnectionEvent.Type[]ConnectionEvent.Type.values()Returns an array containing the constants of this enum class, 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.