Interface Queue

All Superinterfaces:
gda.observable.IObservable
All Known Subinterfaces:
IFindableQueueProcessor
All Known Implementing Classes:
CommandQueue, FindableProcessorQueue

public interface Queue extends gda.observable.IObservable
Queue is used to handle a queue of Command objects As well as typical Queue methods such as addToTail, removeHead there are methods to move items around within the Queue referenced by unique CommandIds. Objects that implement QueueListener can register for events on the queue using the addQueueListener method.