IQueueItemΒΆ

class

An interface for object that can be put into a Queue.

This interface defines the next queue item pointer on the sub-classes. This pointer is used by the Queue class to realize the queue data structure.

Any object you wish to insert into a queue must inherit from this interface.

See
GenericQueue