Uses of Enum Class
com.iizix.test.client.SessionMode
Uses of SessionMode in com.iizix.test.client
Modifier and TypeMethodDescriptionfinal SessionMode
NonUIClient.getSessionMode()
Gets the session mode.static SessionMode
Returns the enum constant of this class with the specified name.static SessionMode[]
SessionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
NonUIClient.onSessionModeChanged
(SessionMode mode) Called to inform a subclass that the session mode has changed.