Class InputBasedBotState

java.lang.Object
com.popush.henrietta.discord.states.InputBasedBotState
All Implemented Interfaces:
BotStateTemplate<BotStates,​BotEvents,​java.lang.String>
Direct Known Subclasses:
BotCk2SearchState, BotEu4SearchState, BotIdleState

public abstract class InputBasedBotState
extends java.lang.Object
implements BotStateTemplate<BotStates,​BotEvents,​java.lang.String>
  • Constructor Summary

    Constructors
    Constructor Description
    InputBasedBotState()  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.statemachine.action.Action<BotStates,​BotEvents> inputAction()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.popush.henrietta.discord.states.BotStateTemplate

    setTransition, stateMap
  • Constructor Details

    • InputBasedBotState

      public InputBasedBotState()
  • Method Details

    • inputAction

      public org.springframework.statemachine.action.Action<BotStates,​BotEvents> inputAction()