Uses of Enum
com.toxi.net.ServerState
-
Uses of ServerState in com.toxi.net
Modifier 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.Modifier and TypeMethodDescriptionvoid
ServerListener.serverStateChanged
(ServerState s) Notifies the listener of a new server state.void
ServerListenerAdapter.serverStateChanged
(ServerState s)