Represents an action that changes the schedule and whose effects can be undone.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
SyntaxJava
Copy Code
|
|---|
public abstract class Command |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.model.Command
com.mindfusion.scheduling.model.AddItemCommand
com.mindfusion.scheduling.model.ChangeItemCommand
com.mindfusion.scheduling.model.CompositeCommand
com.mindfusion.scheduling.model.RemoveItemCommand
See Also