Constructor and Description |
---|
ProcessingQueue()
Class constructor, starts the new Thread for processing.
|
Modifier and Type | Method and Description |
---|---|
void |
addToQueue(Processor processor)
Used to add Processor object to be processed.
|
add, size, stop, stopAndReturnLeftovers
public ProcessingQueue()
public void addToQueue(Processor processor)
processor
- processing object.Copyright © 2017. All rights reserved.