Uses of Enum
org.prelle.telnet.TelnetSocket.State
Packages that use TelnetSocket.State
-
Uses of TelnetSocket.State in org.prelle.telnet
Subclasses with type arguments of type TelnetSocket.State in org.prelle.telnetMethods in org.prelle.telnet that return TelnetSocket.StateModifier and TypeMethodDescriptionstatic TelnetSocket.StateReturns the enum constant of this type with the specified name.static TelnetSocket.State[]TelnetSocket.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.prelle.telnet with parameters of type TelnetSocket.StateModifier and TypeMethodDescriptionvoidTelnetSocketListener.telnetSocketChanged(TelnetSocket nvt, TelnetSocket.State oldState, TelnetSocket.State newState)