Handles undo / redo of property changes.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java Copy Code |
---|
public class ChangeItemCommand extends Command |
The ChangeItemCommand constructor records the state of an item, and its undo and redo methods restore the item to either its old or new state.
java.lang.Object
com.mindfusion.scheduling.model.Command
com.mindfusion.scheduling.model.ChangeItemCommand