|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Listener for the
com.sdm.quasar.client.core.data.plugin.impl.EventNotificationValueHandler.
| Method Summary | |
void |
notifyChildValueChanged(NodeController node,
java.lang.String childKey)
Called when com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifyChildValueChanged(NodeController, String)
is called on the EventNotificationValueHandler. |
void |
notifyNodeValueChanged(NodeController node)
Called when com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifyNodeValueChanged(NodeController)
is called on the EventNotificationValueHandler. |
void |
notifySourceValueChanged(NodeController node,
java.lang.String sourceKey)
Called when com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifySourceValueChanged(NodeController, String)
is called on the EventNotificationValueHandler. |
| Method Detail |
public void notifyNodeValueChanged(NodeController node)
com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifyNodeValueChanged(NodeController)
is called on the EventNotificationValueHandler.
node - the node whose value has changed
public void notifySourceValueChanged(NodeController node,
java.lang.String sourceKey)
com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifySourceValueChanged(NodeController, String)
is called on the EventNotificationValueHandler.
node - the node whose source value has changedsourceKey - the key of the source node that has changed
public void notifyChildValueChanged(NodeController node,
java.lang.String childKey)
com.sdm.quasar.client.core.data.internal.impl.ValueHandler#notifyChildValueChanged(NodeController, String)
is called on the EventNotificationValueHandler.
node - the node whose child value has changedchildKey - the key of the child node that has changed
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||