Package com.sdm.quasar.client.core.data.plugins.impl

Interface Summary
EventNotificationValueHandlerListener Listener for the com.sdm.quasar.client.core.data.plugin.impl.EventNotificationValueHandler.
 

Class Summary
AbstractIndexedValueHandler  
AspectValueHandler Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an AspectNode.
BaseValueHandler Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an BaseNode.
ComputedValueHandler Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an Computation.
DefaultBasicValuesPlugIn Implementation of the com.sdm.quasar.client.core.data.BasicValuesPlugIn.
DefaultIndexedValuesPlugIn Implementation of the IndexedValuesPlugIn.
DefaultValueChangedPlugIn Note: this is a first draft!
EventNotificationValueHandler A ValueHandler that notifies a listener whenever change notifications are registered in the node.
IndexedArrayValueHandler Default implementation for a value handler that takes responsibility for storing and accessing a value defined by IndexedNode that is based on an Array.
IndexedListValueHandler Default implementation for a value handler that takes responsibility for storing and accessing a value defined by IndexedNode that is based on a List.
IndexedMapValueHandler Default implementation for a value handler that takes responsibility for storing and accessing a value defined by IndexedNode that is based on a Map.