Interface ConfigurationTableEditor.IUpdateListener
-
- All Known Implementing Classes:
AttributeValuesPage
- Enclosing class:
- ConfigurationTableEditor
public static interface ConfigurationTableEditor.IUpdateListenerA listener which is called when the editor performs (async) updates.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateTriggered()Called during an update.
-