Uses of Enum Class
com.iizix.test.client.SessionMode
Packages that use SessionMode
Uses of SessionMode in com.iizix.test.client
Methods in com.iizix.test.client that return SessionModeModifier 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.Methods in com.iizix.test.client with parameters of type SessionModeModifier and TypeMethodDescriptionprotected void
NonUIClient.onSessionModeChanged
(SessionMode mode) Called to inform a subclass that the session mode has changed.