cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state
Class MapListState

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState<MapList,TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.MapListState
All Implemented Interfaces:
IFSMState<InfoMessage,TranslatorContext>

public class MapListState
extends ObserverListState<MapList,TranslatorContext>


Constructor Summary
MapListState()
           
 
Method Summary
protected  void innerStateSymbol(TranslatorContext context, InfoMessage symbol)
           
 void stateLeaving(TranslatorContext context, IFSMState<InfoMessage,TranslatorContext> toState, InfoMessage symbol)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverListState
getList, init, newList, restart, stateEntering
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.AbstractObserverFSMState
stateSymbol, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapListState

public MapListState()
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 ObserverListState<MapList,TranslatorContext>

innerStateSymbol

protected void innerStateSymbol(TranslatorContext context,
                                InfoMessage symbol)
Overrides:
innerStateSymbol in class ObserverListState<MapList,TranslatorContext>