cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state
Class ConfigureMessageExpectedState

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ConfigureMessageExpectedState
All Implemented Interfaces:
IFSMState<InfoMessage,TranslatorContext>

public class ConfigureMessageExpectedState
extends BotMessageExpectedState<TranslatorContext>

Waits for ConfigChange message, switches to the InitedMessageExpectedState.


Constructor Summary
ConfigureMessageExpectedState()
           
 
Method Summary
 void stateLeaving(TranslatorContext context, IFSMState<InfoMessage,TranslatorContext> toState, InfoMessage symbol)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotMessageExpectedState
init, restart, stateEntering, stateSymbol
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.AbstractBotFSMState
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigureMessageExpectedState

public ConfigureMessageExpectedState()
Method Detail

stateLeaving

public void stateLeaving(TranslatorContext context,
                         IFSMState<InfoMessage,TranslatorContext> toState,
                         InfoMessage symbol)
Specified by:
stateLeaving in interface IFSMState<InfoMessage,TranslatorContext>
Overrides:
stateLeaving in class BotMessageExpectedState<TranslatorContext>