Uses of Class
org.jline.builtins.telnet.ConnectionEvent.Type
-
Packages that use ConnectionEvent.Type Package Description org.jline.builtins.telnet -
-
Uses of ConnectionEvent.Type in org.jline.builtins.telnet
Fields in org.jline.builtins.telnet declared as ConnectionEvent.Type Modifier and Type Field Description private ConnectionEvent.Type
ConnectionEvent. type
Methods in org.jline.builtins.telnet that return ConnectionEvent.Type Modifier and Type Method Description ConnectionEvent.Type
ConnectionEvent. getType()
Method that helps identifying the type.static ConnectionEvent.Type
ConnectionEvent.Type. valueOf(java.lang.String name)
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.Type Constructor Description ConnectionEvent(Connection source, ConnectionEvent.Type type)
Constructs a new instance of a ConnectionEvent with a given source (Connection) and a given type.
-