Uses of Class
com.iizix.test.client.SessionMode
Packages that use SessionMode Package Description com.iizix.test.client Uses of SessionMode in com.iizix.test.client
Methods in com.iizix.test.client that return SessionMode Modifier and Type Method Description SessionMode
NonUIClient. getSessionMode()
Gets the session mode.static SessionMode
SessionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SessionMode[]
SessionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iizix.test.client with parameters of type SessionMode Modifier and Type Method Description protected void
NonUIClient. onSessionModeChanged(SessionMode mode)
Called to inform a subclass that the session mode has changed.