com.sdm.quasar.client.core.data
Interface DataManagerPlugIn

All Superinterfaces:
Disposable
All Known Subinterfaces:
BasicValuesPlugIn, CUFValueModelPlugIn, IndexedValuesPlugIn, ValueChangedPlugIn
All Known Implementing Classes:
AbstractDataManagerPlugIn, DefaultBasicValuesPlugIn, DefaultCUFValueModelPlugIn, DefaultIndexedValuesPlugIn, DefaultValueChangedPlugIn

public interface DataManagerPlugIn
extends Disposable

This is the tagging interface of all plug ins of a DataManager.

Plug ins must derive an interface from DataManagerPlugIn that defines the interface to use the plug in. Plug ins must be implemented by a class derived from that interface and the base class com.sdm.quasar.client.core.data.internal.impl.AbstractDataManagerPlugIn.

Version:
1.0
Author:
Thomas Wolf, sd&m AG, Bernd Olleck, sd&m AG

Method Summary
 void install(DataCore dataCore)
          Called by the data core when the plug in is installed in the data core
 
Methods inherited from interface com.sdm.quasar.client.core.common.Disposable
dispose
 

Method Detail

install

public void install(DataCore dataCore)
Called by the data core when the plug in is installed in the data core

Parameters:
dataCore - the DataCore this plugin interacts with.