addQueueListener

abstract fun addQueueListener(listener: QueueListenerIfc<T>): Boolean

Adds the supplied listener to this queue

Return

true if added

Parameters

listener

Must not be null, cannot already be added