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
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
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