|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Allows the setup of the DataManager.
Please note that plug ins may only be registered at the beginning of the
life cycle of a DataManager. Once the first node has been defined
it is not possible to add further plug ins.
| Method Summary | |
void |
registerPlugIn(java.lang.Class plugInInterface,
DataManagerPlugIn plugIn)
Registers a plug in with the DataManager.
|
| Method Detail |
public void registerPlugIn(java.lang.Class plugInInterface,
DataManagerPlugIn plugIn)
DataManager.
Plug ins are notified about changes in the data structure in the order they are
registered here.
Important: plug ins are tied closely to the implementation
of the data manager.
The implementation of DataManagerSetup may have additional
requirements that a DataManagerPlugIn implementation must fulfill,
e.g. a different base class.
plugInInterface - the interface defining the features of the plug in,
must extend DataManagerPlugIn.plugIn - the implementation of the plug in, must implement the given interface
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||