|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDWorkflowEventListener | |
---|---|
de.unihalle.informatik.Alida.grappa | Contains all resources for the graphical programming editor Grappa. |
de.unihalle.informatik.Alida.gui | Package containing GUI components for interactive operator selection/control. |
de.unihalle.informatik.Alida.workflows | Classes related to workflows in Alida. |
de.unihalle.informatik.Alida.workflows.events | Contains all events appearing in context of workflows in Alida. |
Uses of ALDWorkflowEventListener in de.unihalle.informatik.Alida.grappa |
---|
Classes in de.unihalle.informatik.Alida.grappa that implement ALDWorkflowEventListener | |
---|---|
class |
ALDGrappaWorkbenchTab
Grappa workflow graph component. |
Uses of ALDWorkflowEventListener in de.unihalle.informatik.Alida.gui |
---|
Classes in de.unihalle.informatik.Alida.gui that implement ALDWorkflowEventListener | |
---|---|
class |
ALDOperatorGUIExecutionProxy
Manager for executing single operator and workflow objects via GUI. |
Uses of ALDWorkflowEventListener in de.unihalle.informatik.Alida.workflows |
---|
Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowEventListener | |
---|---|
void |
ALDWorkflow.addALDWorkflowEventListener(ALDWorkflowEventListener listener)
|
BlockingDeque<ALDWorkflowEvent> |
ALDWorkflow.getEventQueue(ALDWorkflowEventListener listener)
Returns the event queue associated with the listener or null
it the listener is not registered. |
static void |
ALDWorkflow.removeALDWorkflowClassEventListener(ALDWorkflowEventListener listener)
Remove a listener for events thrown by the class ALDWorkflow (not an instance). |
void |
ALDWorkflow.removeALDWorkflowEventListener(ALDWorkflowEventListener listener)
|
Uses of ALDWorkflowEventListener in de.unihalle.informatik.Alida.workflows.events |
---|
Methods in de.unihalle.informatik.Alida.workflows.events with parameters of type ALDWorkflowEventListener | |
---|---|
void |
ALDWorkflowEventReporter.addALDWorkflowEventListener(ALDWorkflowEventListener listener)
Adds a listener to this reporter. |
void |
ALDWorkflowEventReporter.removeALDWorkflowEventListener(ALDWorkflowEventListener listener)
Removes a listener from this reporter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |