|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.workflows.ALDWorkflowEventManager
class ALDWorkflowEventManager
Field Summary | |
---|---|
protected java.util.concurrent.BlockingDeque<ALDWorkflowEvent> |
eventQueue
The event queue associated with the listener |
private ALDWorkflowEventListener |
listener
The listener for which to handle events |
private boolean |
termiate
if true the thread is asked to terminate its run method |
Constructor Summary | |
---|---|
ALDWorkflowEventManager(ALDWorkflowEventListener listener)
|
Method Summary | |
---|---|
protected boolean |
isTermiate()
|
void |
run()
|
protected void |
setTermiate(boolean termiate)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final java.util.concurrent.BlockingDeque<ALDWorkflowEvent> eventQueue
private final ALDWorkflowEventListener listener
private boolean termiate
Constructor Detail |
---|
public ALDWorkflowEventManager(ALDWorkflowEventListener listener)
Method Detail |
---|
protected boolean isTermiate()
public void run()
run
in interface java.lang.Runnable
protected void setTermiate(boolean termiate)
termiate
- the terminate state to set
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |