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 ServerStateReturns 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 TypeMethodDescriptionvoidServerListener.serverStateChanged(ServerState s) Notifies the listener of a new server state.voidServerListenerAdapter.serverStateChanged(ServerState s)