Uses of Class
com.thecoderscorner.menu.remote.StreamRemoteConnector.StreamState
-
Packages that use StreamRemoteConnector.StreamState Package Description com.thecoderscorner.menu.remote -
-
Uses of StreamRemoteConnector.StreamState in com.thecoderscorner.menu.remote
Fields in com.thecoderscorner.menu.remote with type parameters of type StreamRemoteConnector.StreamState Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<StreamRemoteConnector.StreamState>StreamRemoteConnector. stateMethods in com.thecoderscorner.menu.remote that return StreamRemoteConnector.StreamState Modifier and Type Method Description static StreamRemoteConnector.StreamStateStreamRemoteConnector.StreamState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamRemoteConnector.StreamState[]StreamRemoteConnector.StreamState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-