public abstract class BinaryDataAbstractCommand extends java.lang.Object implements BinaryDataCommand
Constructor and Description |
---|
BinaryDataAbstractCommand() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Default dispose method do nothing.
|
void |
execute()
Default execution method performs simply redo operation.
|
java.util.Date |
getExecutionTime()
Returns time of command execution.
|
void |
use()
Performs update of command use information.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canUndo, getCaption, redo, undo
public void execute() throws BinaryDataOperationException
execute
in interface BinaryDataCommand
BinaryDataOperationException
- for operation handling issuespublic void use()
use
in interface BinaryDataCommand
public void dispose() throws BinaryDataOperationException
dispose
in interface BinaryDataCommand
BinaryDataOperationException
- for operation handling issuespublic java.util.Date getExecutionTime()
BinaryDataCommand
getExecutionTime
in interface BinaryDataCommand