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
Java Copy Code |
---|
public class CompositeCommand extends Command |
java.lang.Object
com.mindfusion.scheduling.model.Command
com.mindfusion.scheduling.model.CompositeCommand