newCynic
Class GunnerAuxState.A2STATE_0

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

private static class GunnerAuxState.A2STATE_0
extends GunnerAuxState


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

Constructor Detail

GunnerAuxState.A2STATE_0

public GunnerAuxState.A2STATE_0()
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