Search
CompositeCommand Class
See Also
 






Represents a set of Command instances as a single operation. Undoing or redoing the composite action, respectively undoes or redoes all its constituent subactions at the same time.

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

 Syntax

Java  Copy Code

public class CompositeCommand extends Command

 Inheritance Hierarchy

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

 See Also