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

Package class diagram package ItemListState
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState<InfoMessage,CONTEXT>
      extended by cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState<Item,TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.server.state.ItemListState
All Implemented Interfaces:
cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext>

public class ItemListState
extends ServerListState<Item,TranslatorContext>


Constructor Summary
ItemListState()
           
 
Method Summary
 void stateLeaving(TranslatorContext translatorContext, cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext> toState, InfoMessage symbol)
           
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.ServerListState
getList, init, innerStateSymbol, newList, restart, stateEntering
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.server.support.AbstractServerFSMState
stateSymbol, 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,
                         cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext> toState,
                         InfoMessage symbol)
Specified by:
stateLeaving in interface cz.cuni.amis.fsm.IFSMState<InfoMessage,TranslatorContext>
Overrides:
stateLeaving in class ServerListState<Item,TranslatorContext>


Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.