Interface IConfigListener
public interface IConfigListener
Interface describing a OOo or SDK configuration listener.
-
Method Summary
Modifier and TypeMethodDescriptionvoidConfigAdded(Object element) Method fired when a config element has been added to the container.voidConfigRemoved(Object element) Method fired when a config element has been removed from the container.voidConfigUpdated(Object element) Method fired when a config element has been updated in the container.
-
Method Details
-
ConfigAdded
Method fired when a config element has been added to the container.- Parameters:
element- added sdk or ooo
-
ConfigRemoved
Method fired when a config element has been removed from the container.- Parameters:
element- removed sdk or ooo.nullif the container has been cleared
-
ConfigUpdated
Method fired when a config element has been updated in the container.- Parameters:
element- new value of the sdk or ooo
-