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
SyntaxJava
Copy Code
|
|---|
public class CompositeCommand extends Command |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.scheduling.model.Command
com.mindfusion.scheduling.model.CompositeCommand
See Also