Search
ChangeItemCommand Class
Remarks See Also
 






Handles undo / redo of property changes.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public class ChangeItemCommand extends Command

 Remarks

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.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.scheduling.model.Command
        com.mindfusion.scheduling.model.ChangeItemCommand

 See Also