DroidDiagram Programmer's Guide
Command.addSubCmd Method
See Also
 






Adds a command object to a compound command.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void addSubCmd (
    Command cmd
)

 Parameters

cmd

A subordinate action that should be executed, undone or redone together with this command.

 See Also

Command Members
Command Class
com.mindfusion.diagramming Namespace