story.dbcore.admin
Class CommandReturn
java.lang.Object
story.dbcore.admin.CommandReturn
- All Implemented Interfaces:
- RenderableObject
public class CommandReturn
- extends java.lang.Object
- implements RenderableObject
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMAND_BUFFERED
public static final CommandReturn COMMAND_BUFFERED
CommandReturn
public CommandReturn(java.lang.Object returnValue,
Executable undoSequence)
throws Scheherexception
- Throws:
Scheherexception
getReturnValue
public java.lang.Object getReturnValue()
getUndoSequence
public Executable getUndoSequence()
throws Scheherexception
- Throws:
Scheherexception
render
public java.lang.StringBuffer render()
throws Scheherexception
- Specified by:
render
in interface RenderableObject
- Throws:
Scheherexception
Copyright © 2011 David K. Elson. All Rights Reserved.