Package | Description |
---|---|
org.kitteh.irc.client.library.feature.sts |
Items related to the FSM-based STS client support.
|
Modifier and Type | Method and Description |
---|---|
@NonNull StsClientState |
MemoryStsMachine.getCurrentState() |
@NonNull StsClientState |
StsMachine.getCurrentState()
Returns the current state in the enum that the
state machine is operating in.
|
static StsClientState |
StsClientState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StsClientState[] |
StsClientState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MemoryStsMachine.setCurrentState(@NonNull StsClientState newState) |
void |
StsMachine.setCurrentState(@NonNull StsClientState newState)
Changes the state of the FSM, triggering any state-specific work.
|
Copyright © 2013–2021 Kitteh. All rights reserved.