|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionDefinition | |
gecco.communication.server | |
gecco.server.core |
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 |
UnitType.getActionDefinition(String actionName)
Gets the ActionDefinition associated with a given action. |
Methods in gecco.server.core with parameters of type ActionDefinition | |
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 ). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |