Search
Schedule.commitCompositeOperation Method
See Also
 






Stops recording undo/redo commands into a CompositeCommand and saves the composite in the history queue.

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

 Syntax

Java  Copy Code

public void commitCompositeOperation ()

 Remarks

You must call either cancelCompositeOperation or this method when the schedule modifications are done after a startCompositeOperation call.

 See Also