newCynic
Class GunnerAuxState
java.lang.Object
|
+--newCynic.GunnerAuxState
- Direct Known Subclasses:
- GunnerAuxState.A2STATE_0, GunnerAuxState.A2STATE_1
- public abstract class GunnerAuxState
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_name
private java.lang.String _name
STATE_0
private static final GunnerAuxState STATE_0
STATE_1
private static final GunnerAuxState STATE_1
GunnerAuxState
protected GunnerAuxState(java.lang.String aName)
getName
public java.lang.String getName()
isCalculationsFinished
public boolean isCalculationsFinished()
processEvent
public abstract void processEvent(int aEvent,
Gunner aGunMaster)
onEnter
public abstract void onEnter(Gunner aGunMaster)
reset
public static void reset(Gunner aGunMaster)
chageParentState
protected void chageParentState(Gunner aGunMaster,
GunnerAuxState aNewState)
processIncomingEvent
public static void processIncomingEvent(Gunner aGunMaster,
int aEvent)