Type:IExecutionChangeListener`1

From Resonite Wiki

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 when a change is detected. They will evaluate every engine update if they are marked with ContinuouslyChanging from their input.

See also