|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDWorkflowEvent | |
---|---|
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 ALDWorkflowEvent in de.unihalle.informatik.Alida.grappa |
---|
Methods in de.unihalle.informatik.Alida.grappa with parameters of type ALDWorkflowEvent | |
---|---|
void |
ALDGrappaWorkbenchTab.handleALDWorkflowEvent(ALDWorkflowEvent event)
|
Uses of ALDWorkflowEvent in de.unihalle.informatik.Alida.gui |
---|
Methods in de.unihalle.informatik.Alida.gui with parameters of type ALDWorkflowEvent | |
---|---|
protected void |
ALDOperatorGUIExecutionProxy.displayFailureMessageWindow(ALDWorkflowEvent event)
Displays window with detailed error information on execution failures. |
void |
ALDOperatorGUIExecutionProxy.handleALDWorkflowEvent(ALDWorkflowEvent event)
|
Uses of ALDWorkflowEvent in de.unihalle.informatik.Alida.workflows |
---|
Methods in de.unihalle.informatik.Alida.workflows that return types with arguments of type ALDWorkflowEvent | |
---|---|
java.util.concurrent.BlockingDeque<ALDWorkflowEvent> |
ALDWorkflow.getEventQueue(ALDWorkflowEventListener listener)
Returns the event queue associated with the listener or null
it the listener is not registered. |
Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowEvent | |
---|---|
void |
ALDWorkflow.fireALDWorkflowEvent(ALDWorkflowEvent event)
|
Uses of ALDWorkflowEvent in de.unihalle.informatik.Alida.workflows.events |
---|
Methods in de.unihalle.informatik.Alida.workflows.events that return ALDWorkflowEvent | |
---|---|
ALDWorkflowEvent |
ALDWorkflowEvent.createCopy()
Create a clone of this event with the same time stamp |
Methods in de.unihalle.informatik.Alida.workflows.events with parameters of type ALDWorkflowEvent | |
---|---|
void |
ALDWorkflowEventReporter.fireALDWorkflowEvent(ALDWorkflowEvent event)
Sends the given event to all registered listeners. |
void |
ALDWorkflowEventListener.handleALDWorkflowEvent(ALDWorkflowEvent event)
Method which is called on event occurrence. |
Constructors in de.unihalle.informatik.Alida.workflows.events with parameters of type ALDWorkflowEvent | |
---|---|
ALDWorkflowEvent(ALDWorkflowEvent event)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |