Search
Schedule.startCompositeOperation Method
See Also
 






Starts recording undo/redo commands into a CompositeCommand.

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

 Syntax

Java  Copy Code

public void startCompositeOperation ()

 Remarks

After the schedule modifications are done, call commitCompositeOperation or cancelCompositeOperation.

 See Also