IDataQueueTSetQueueListener Method |
Set listener to queue capacity. Queue will call OnPop method every time, when queue drop some element.
And OnPush method, when queue store element.
Namespace:
FinAnalysis.Base
Assembly:
FinAnalysis.Base (in FinAnalysis.Base.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax void SetQueueListener(
IDataQueueListener<T> listener
)
Parameters
- listener
- Type: FinAnalysis.BaseIDataQueueListenerT
Class that implement IDataQueueListener interface. SummatorListener, MaximizerListener, MinimizerListener, DistributionListener etc.
See Also