hyparview v0.1.4 Hyparview.Event behaviour View Source

A behaviour module for HyParView event handler

Link to this section Summary

Callbacks

Invoked when added the node to active view

Invoked when deleted the node to active view

Link to this section Callbacks

Link to this callback add_node(arg0, arg1) View Source
add_node(Node.t(), Hyparview.View.t()) :: term()

Invoked when added the node to active view

Link to this callback del_node(arg0, arg1) View Source
del_node(Node.t(), Hyparview.View.t()) :: term()

Invoked when deleted the node to active view