Class BotIdleState
java.lang.Object
com.popush.henrietta.discord.states.InputBasedBotState
com.popush.henrietta.discord.states.BotIdleState
- All Implemented Interfaces:
BotStateTemplate<BotStates,BotEvents,java.lang.String>
@Component public class BotIdleState extends InputBasedBotState
-
Constructor Summary
Constructors Constructor Description BotIdleState()
-
Method Summary
Modifier and Type Method Description void
setTransition(org.springframework.statemachine.config.builders.StateMachineTransitionConfigurer<BotStates,BotEvents> transitions)
java.util.Map<java.lang.String,BotEvents>
stateMap()
Methods inherited from class com.popush.henrietta.discord.states.InputBasedBotState
inputAction
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait