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.charting.commands
File: com.mindfusion.charting.commands

 Syntax

Java  Copy Code

public class CompositeCommand extends DisposableCommand

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.charting.commands.Command
        com.mindfusion.charting.commands.DisposableCommand
            com.mindfusion.charting.commands.CompositeCommand

 See Also