Interface ILspPaintGroupsChangeListener.Callback
- Enclosing interface:
ILspPaintGroupsChangeListener
public static interface ILspPaintGroupsChangeListener.Callback
Callback to indicate when the changes for an event are ready to be committed.
- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changesReady
(Object aEventId) Called when the changes for an event are ready to be committed.
-
Method Details
-
changesReady
Called when the changes for an event are ready to be committed.- Parameters:
aEventId
- the event id
-