Uses of Interface
com.sdm.quasar.client.core.data.plugin.ValueHandler

Packages that use ValueHandler
com.sdm.quasar.client.core.data.impl   
com.sdm.quasar.client.core.data.plugin   
com.sdm.quasar.client.core.data.plugins.impl   
 

Uses of ValueHandler in com.sdm.quasar.client.core.data.impl
 

Methods in com.sdm.quasar.client.core.data.impl with parameters of type ValueHandler
 void DefaultNodeController.addValueHandler(ValueHandler valueHandler)
           
 

Uses of ValueHandler in com.sdm.quasar.client.core.data.plugin
 

Methods in com.sdm.quasar.client.core.data.plugin with parameters of type ValueHandler
 void NodeController.addValueHandler(ValueHandler valueHandler)
          Adds a ValueHandler to the list of value handlers in this node.
 

Uses of ValueHandler in com.sdm.quasar.client.core.data.plugins.impl
 

Classes in com.sdm.quasar.client.core.data.plugins.impl that implement ValueHandler
 class AbstractIndexedValueHandler
           
 class AspectValueHandler
          Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an AspectNode.
 class BaseValueHandler
          Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an BaseNode.
 class ComputedValueHandler
          Default implementation for a value handler that takes responsibility for storing and accessing a value defined by an Computation.
 class EventNotificationValueHandler
          A ValueHandler that notifies a listener whenever change notifications are registered in the node.
 class 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.
 class 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.
 class 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.