postSave() Gives a chance to do some work after all the changes in a customizer
were successfully saved.
abstract Lookup
prepareData() Be sure that you will prepare all the data (typically subclass of
ModuleProperties ) needed by a customizer and its panels and that the
data is always up-to-date after this method was called.
Gives a chance to do some work after all the changes in a customizer
were successfully saved. Is called under the write access from
ProjectManager.mutex .
Be sure that you will prepare all the data (typically subclass of
ModuleProperties ) needed by a customizer and its panels and that the
data is always up-to-date after this method was called.