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

Field Summary
 String argumentType
          Description of the Field
 String description
          Description of the Field
 int handle
          Description of the Field
 boolean isBlocked
          Description of the Field
 String name
          Description of the Field
 
Constructor Summary
ActionBlockedMessage(int handle, String name, String description, String argumentType, boolean isBlocked)
          Constructor for the ActionBlockedMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ActionBlockedMessage

public ActionBlockedMessage(int handle,
                            String name,
                            String description,
                            String argumentType,
                            boolean isBlocked)
Constructor for the ActionBlockedMessage object
Parameters:
handle - Description of Parameter
name - Description of Parameter
description - Description of Parameter
argumentType - Description of Parameter
isBlocked - Description of Parameter