Type:IExecutionChangeListener`1

From Resonite Wiki
(Redirected from Listener nodes)

The IExecutionChangeListener<T> type is an interface type applied to ProtoFlux nodes. This interface marks the node as a listener node. Listener nodes listen for changes on their input and evaluate themselves whenever they are notified of a potential change by the input chain. They will evaluate every engine update if the input node graph has a node marked with ContinuouslyChanging.

See also