Uses of Class
gecco.server.core.Action

Packages that use Action
gecco.game.dke   
gecco.server.actionprocessor   
gecco.server.core   
gecco.server.visibility   
 

Uses of Action in gecco.game.dke
 

Subclasses of Action in gecco.game.dke
 class AttackAction
           
 class AutoAttackAction
          AutoAttackAction.java Created: Wed Mar 05 22:20:19 2003
 class DelayAction
           
 class DisturbedDelayAction
           
 class IndirectFireAction
           
 class LockDuringIndirectFireDelayAction
          LockDuringIndirectFireDelayAction.java Created: Mon Mar 10 13:32:35 2003
 class MarchAction
           
 class MoveAction
           
 class ReloadDelayAction
          ReloadDelayAction.java Created: Mon Mar 10 14:22:02 2003
 class UnderIndirectFireDelayAction
          UnderIndirectFireDelayAction.java Created: Mon Dec 16 09:13:56 2002
 class UpdateStatusAction
           
 

Uses of Action in gecco.server.actionprocessor
 

Methods in gecco.server.actionprocessor that return Action
 Action QueuedAction.getAction()
          Gets the Action attribute of the QueuedAction object.
 Action ActionProcessor.getAction(String role, int actionHandle)
          Gets the action with the given handle ordered by the given role.
 

Methods in gecco.server.actionprocessor with parameters of type Action
 void ActionProcessor.initiateAction(String fromRole, Action action)
          Initiates an action for a unit.
 void ActionProcessor.executeInstantaneousAction(Action action)
          Executes an instantaneous action.
 

Constructors in gecco.server.actionprocessor with parameters of type Action
QueuedAction(String fromRole, Action action, double timeToExecute)
          Creates a QueuedAction object.
 

Uses of Action in gecco.server.core
 

Fields in gecco.server.core declared as Action
protected  Action Unit.activeAction
          This is the action that the unit is currently executing.
 

Methods in gecco.server.core that return Action
 Action Unit.getActiveAction()
          Gets the currently executing Action.
 

Methods in gecco.server.core with parameters of type Action
 void Unit.setActiveAction(Action action)
          Sets the ActiveAction attribute of the Unit object
 

Uses of Action in gecco.server.visibility
 

Methods in gecco.server.visibility with parameters of type Action
 void VisibilityManager.actionCompleted(Action action, boolean wasSuccessful)
          This method is to be called whenever the execution of an action is finished.
 void VisibilityFilter.actionCompleted(Action action, boolean wasSuccessful)
          This method is to be called whenever the execution of an action is finished.