Interface
caplin.presenter.node

NodeListListener

Interface implemented by classes that wish to listen to caplin.presenter.node.NodeList change events.

Constructor Summary

Attributes Name and Description
caplin.presenter.node.NodeListListener()

Method Summary

Attributes Name and Description
void onNodeListChanged()

Callback method invoked when the list of nodes in a caplin.presenter.node.NodeList change.

Constructor Detail

caplin.presenter.node.NodeListListener()

Method Detail

void onNodeListChanged()

Callback method invoked when the list of nodes in a caplin.presenter.node.NodeList change.

Implementation of this method is optional, and no action will be taken if the method is invoked but has not been overridden.