gecco.communication.messages
Class ActionBlockedMessage
java.lang.Object
|
+--gecco.communication.messages.ServerMessage
|
+--gecco.communication.messages.ActionBlockedMessage
- public class ActionBlockedMessage
- extends ServerMessage
This message is put in the send queue on the server part of the
communication, when the server calls unitActionBlocked
- Author:
- Niklas Hallenfur
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
handle
public int handle
- Description of the Field
name
public String name
- Description of the Field
description
public String description
- Description of the Field
argumentType
public String argumentType
- Description of the Field
isBlocked
public boolean isBlocked
- Description of the Field
ActionBlockedMessage
public ActionBlockedMessage(int handle,
String name,
String description,
String argumentType,
boolean isBlocked)
- Constructor for the ActionBlockedMessage object
- Parameters:
handle
- Description of Parametername
- Description of Parameterdescription
- Description of ParameterargumentType
- Description of ParameterisBlocked
- Description of Parameter