Uses of Interface
de.uni_trier.wi2.procake.data.object.transformation.WorkflowBlockListener
-
Packages that use WorkflowBlockListener Package Description de.uni_trier.wi2.procake.data.object.transformation de.uni_trier.wi2.procake.data.object.wf de.uni_trier.wi2.procake.data.object.wf.impl -
-
Uses of WorkflowBlockListener in de.uni_trier.wi2.procake.data.object.transformation
Classes in de.uni_trier.wi2.procake.data.object.transformation that implement WorkflowBlockListener Modifier and Type Class Description classWFBlockToGraphGeneric implementation for workflow-block to any graph - transformationclassWFBlockToNESTWorkflowConcrete implementation for transforming WFBlock to NESTGraph.classWFBlockToUIGraphHandler for transforming the block-oriented workflow-objectmodel into the UI-graph-representation of it. -
Uses of WorkflowBlockListener in de.uni_trier.wi2.procake.data.object.wf
Methods in de.uni_trier.wi2.procake.data.object.wf that return types with arguments of type WorkflowBlockListener Modifier and Type Method Description List<WorkflowBlockListener>WorkflowObject. getEventListeners()Returns the list of consumers for the events of the block-oriented workflow-objectmodel.Methods in de.uni_trier.wi2.procake.data.object.wf with parameters of type WorkflowBlockListener Modifier and Type Method Description voidWorkflowObject. registerEventListener(WorkflowBlockListener consumer)Registers the given event-consumer for changes happening to the block-orientied workflow-objectmodel.voidWorkflowObject. unregisterEventListener(WorkflowBlockListener consumer)Deregisters the given event-consumer for changes happening to the block-oriented workflow-objectmodel. -
Uses of WorkflowBlockListener in de.uni_trier.wi2.procake.data.object.wf.impl
Methods in de.uni_trier.wi2.procake.data.object.wf.impl that return types with arguments of type WorkflowBlockListener Modifier and Type Method Description List<WorkflowBlockListener>WorkflowObjectImpl. getEventListeners()Methods in de.uni_trier.wi2.procake.data.object.wf.impl with parameters of type WorkflowBlockListener Modifier and Type Method Description voidWorkflowObjectImpl. registerEventListener(WorkflowBlockListener consumer)voidWorkflowObjectImpl. unregisterEventListener(WorkflowBlockListener consumer)
-