Allows a plugin to register an IPinListener on a specific pin.
Namespace: VVVV.PluginInterfaces.V2Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872
Syntax
C# |
---|
void AddListener( IPinListener listener ) |
Parameters
- listener
- Type: VVVV.PluginInterfaces.V2..::..IPinListener
The listener to register.