Package gda.commandqueue
Interface Processor
- All Superinterfaces:
gda.observable.IObservable
- All Known Subinterfaces:
IFindableQueueProcessor
- All Known Implementing Classes:
FindableProcessorQueue
public interface Processor
extends gda.observable.IObservable
Processor handles the processing of a collection of items, one item at a time.
The processing can be started, stopped and paused
The processor can be skip the processing of the current item,
ProcessListeners can register for updates on changes to the state of the
processor.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface gda.observable.IObservable
addIObserver, deleteIObserver, deleteIObservers