gecco.server.core
Class ActionReturnCompleted

java.lang.Object
  |
  +--gecco.server.core.ActionReturn
        |
        +--gecco.server.core.ActionReturnCompleted

public class ActionReturnCompleted
extends ActionReturn

An instance of this class should be returned from action handlers to indicate that the action is finished with a positive result.

Author:
Henrik Bäärnhielm, Karl Hasselström, Henrik Hägerström

Field Summary
 
Fields inherited from class gecco.server.core.ActionReturn
unitMessage
 
Constructor Summary
ActionReturnCompleted()
          Constructor for the ActionReturnCompleted object
ActionReturnCompleted(String unitMessage)
          Constructor for the ActionReturnCompleted object
 
Methods inherited from class gecco.server.core.ActionReturn
getUnitMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionReturnCompleted

public ActionReturnCompleted()
Constructor for the ActionReturnCompleted object


ActionReturnCompleted

public ActionReturnCompleted(String unitMessage)
Constructor for the ActionReturnCompleted object

Parameters:
unitMessage - Return message from the handler