Search
Command Class
See Also
 






Represents an action that changes the schedule and whose effects can be undone.

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

 Syntax

Java  Copy Code

public abstract class Command

 Inheritance Hierarchy

java.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