QueueListenerIfc

This interface should be implemented by classes that need to be notified when an object gets enqueued or when the object gets removed (via removeNext()) on a queue

Parameters

the subtype of QObject that is associated with the updating

Functions

Link copied to clipboard
abstract fun update(status: Queue.Status, queue: Queue<T>, qObject: T?)