Modifiers | Name | Description |
---|---|---|
protected java.lang.Boolean |
keepGoing |
|
protected Publisher |
publisher |
|
protected AbstractHookQueue |
queue |
Constructor and description |
---|
AbstractHookRunner
(AbstractHookQueue hookQueue) |
AbstractHookRunner
(AbstractHookQueue hookQueue, Publisher hookPublisher) |
Type | Name and description |
---|---|
Publisher |
getPublisher() |
void |
run() Block forever and run the runner's runloop. |
void |
stop() Tell the runloop to stop |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Block forever and run the runner's runloop.
Tell the runloop to stop This will only come into effect after the runner has completed it's currently executing work