public interface IActivityRecord
Modifier and Type | Method and Description |
---|---|
boolean |
canRedo()
Tells if this record can be redone.
|
boolean |
canUndo()
Tells if this record can be undone.
|
void |
execute()
Executes the record.
|
java.lang.String |
getLabel()
Gets the label of this record.
|
void |
redo()
Redoes the record.
|
void |
undo()
Undoes the record.
|
void execute()
void undo()
void redo()
boolean canUndo()
boolean canRedo()
java.lang.String getLabel()
Copyright © 2008 Actuate Corp. All rights reserved.