Uses of Enum
com.toxi.net.ServerState
Packages that use ServerState
-
Uses of ServerState in com.toxi.net
Methods in com.toxi.net that return ServerStateModifier and TypeMethodDescriptionstatic ServerState
Returns the enum constant of this type with the specified name.static ServerState[]
ServerState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.toxi.net with parameters of type ServerStateModifier and TypeMethodDescriptionvoid
ServerListener.serverStateChanged
(ServerState s) Notifies the listener of a new server state.void
ServerListenerAdapter.serverStateChanged
(ServerState s)