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

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.BotListState<Item,TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.bot.state.ItemListState
All Implemented Interfaces:
IFSMState<InfoMessage,TranslatorContext>

public class ItemListState
extends BotListState<Item,TranslatorContext>


Constructor Summary
ItemListState()
           
 
Method Summary
 void stateLeaving(TranslatorContext translatorContext, IFSMState<InfoMessage,TranslatorContext> toState, InfoMessage symbol)
           
 void stateSymbol(TranslatorContext context, InfoMessage symbol)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.bot.support.BotListState
getList, init, newList, restart, stateEntering
 
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

ItemListState

public ItemListState()
Method Detail

stateLeaving

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

stateSymbol

public void stateSymbol(TranslatorContext context,
                        InfoMessage symbol)
Specified by:
stateSymbol in interface IFSMState<InfoMessage,TranslatorContext>
Overrides:
stateSymbol in class BotListState<Item,TranslatorContext>