Handles undo / redo of property changes.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public class ChangeItemCommand extends Command |
RemarksThe ChangeItemCommand constructor records the state of an item, and its undo and redo methods restore the item to either its old or new state.
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.model.Command
com.mindfusion.scheduling.model.ChangeItemCommand
See Also