newCynic
Class GunnerAuxState.A2STATE_1

java.lang.Object
  |
  +--newCynic.GunnerAuxState
        |
        +--newCynic.GunnerAuxState.A2STATE_1
Enclosing class:
GunnerAuxState

private static class GunnerAuxState.A2STATE_1
extends GunnerAuxState


Nested Class Summary
 
Nested classes inherited from class newCynic.GunnerAuxState
 
Field Summary
 
Fields inherited from class newCynic.GunnerAuxState
 
Constructor Summary
GunnerAuxState.A2STATE_1()
           
 
Method Summary
 boolean isCalculationsFinished()
           
 void onEnter(Gunner aGunMaster)
           
 void processEvent(int aEvent, Gunner aGunMaster)
           
 
Methods inherited from class newCynic.GunnerAuxState
chageParentState, getName, processIncomingEvent, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GunnerAuxState.A2STATE_1

public GunnerAuxState.A2STATE_1()
Method Detail

processEvent

public void processEvent(int aEvent,
                         Gunner aGunMaster)
Specified by:
processEvent in class GunnerAuxState

onEnter

public void onEnter(Gunner aGunMaster)
Specified by:
onEnter in class GunnerAuxState

isCalculationsFinished

public boolean isCalculationsFinished()
Overrides:
isCalculationsFinished in class GunnerAuxState