|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IUpdateModelChangedListener
Listener for update model changes. Usually, when features are installed, configured, etc. a GUI may need to update its state, so it will have to register with the OperationsManager for update events.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Method Summary | |
---|---|
void |
objectChanged(java.lang.Object object,
java.lang.String property)
Called when there are changes to a site/feature/etc. |
void |
objectsAdded(java.lang.Object parent,
java.lang.Object[] children)
Called after a feature/site/etc. is added |
void |
objectsRemoved(java.lang.Object parent,
java.lang.Object[] children)
Called after a feature/site/etc. is removed. |
Method Detail |
---|
void objectsAdded(java.lang.Object parent, java.lang.Object[] children)
parent
- parent objectchildren
- added childrenvoid objectsRemoved(java.lang.Object parent, java.lang.Object[] children)
parent
- parent objectchildren
- removed childrenvoid objectChanged(java.lang.Object object, java.lang.String property)
object
- object that changedproperty
- object property that changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |