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

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.ObserverMessageExpectedState<TranslatorContext>
          extended by cz.cuni.amis.pogamut.ut2004.communication.translator.observer.state.HelloObserverExpectedState
All Implemented Interfaces:
IFSMState<InfoMessage,TranslatorContext>

public class HelloObserverExpectedState
extends ObserverMessageExpectedState<TranslatorContext>

First and initial state of the ObserverFSM handler. It expects HELLO_CONTROL_SERVER msg and throws exception if it doesn't come.


Constructor Summary
HelloObserverExpectedState()
           
 
Method Summary
 
Methods inherited from class cz.cuni.amis.pogamut.ut2004.communication.translator.observer.support.ObserverMessageExpectedState
init, innerStateSymbol, restart, stateEntering, stateLeaving
 
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

HelloObserverExpectedState

public HelloObserverExpectedState()