Allows a plugin to register an INodeListener on a specific vvvv node.

Namespace: VVVV.PluginInterfaces.V2
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4529.9037

Syntax

C#
void AddListener(
	INodeListener listener
)

Parameters

listener
Type: VVVV.PluginInterfaces.V2..::..INodeListener
The listener to register.

See Also