Uses of Class
gecco.server.core.ActionDefinition

Packages that use ActionDefinition
gecco.communication.server   
gecco.server.core   
gecco.server.visibility   
 

Uses of ActionDefinition in gecco.communication.server
 

Methods in gecco.communication.server with parameters of type ActionDefinition
 void ClientAmbassador.unitActionBlocked(String role, int handle, ActionDefinition action, boolean isBlocked)
          Description of the Method
 

Uses of ActionDefinition in gecco.server.core
 

Methods in gecco.server.core that return ActionDefinition
 ActionDefinition Action.getActionDefinition()
          Gets the definition of the Action object
 ActionDefinition UnitType.getActionDefinition(String actionName)
          Gets the ActionDefinition associated with a given action.
 

Methods in gecco.server.core with parameters of type ActionDefinition
 void Action.setActionDefinition(ActionDefinition def)
          Sets the definition of the Action object
 void Client.unitActionBlocked(String role, int handle, ActionDefinition action, boolean isBlocked)
          Tells the clients that an action of the specified unit, which was and is visible to them, is now blocked or unblocked (depending on isBlocked ).
 

Uses of ActionDefinition in gecco.server.visibility
 

Methods in gecco.server.visibility with parameters of type ActionDefinition
 void VisibilityFilter.actionBlocked(Unit unit, ActionDefinition action, boolean isBlocked)
          This method should be called whenever an action becomes blocked or unblocked.
 void VisibilityManager.actionBlocked(Unit unit, ActionDefinition action, boolean isBlocked)
          This method should be called whenever an action becomes blocked or unblocked.