Uses of Interface
de.uni_trier.wi2.procake.data.object.transformation.NESTGraphListener
-
Packages that use NESTGraphListener Package Description de.uni_trier.wi2.procake.data.object.nest de.uni_trier.wi2.procake.data.object.nest.impl de.uni_trier.wi2.procake.data.object.transformation -
-
Uses of NESTGraphListener in de.uni_trier.wi2.procake.data.object.nest
Methods in de.uni_trier.wi2.procake.data.object.nest that return types with arguments of type NESTGraphListener Modifier and Type Method Description List<NESTGraphListener>NESTWorkflowObject. getEventListeners()Returns the list of listeners currently registered.Methods in de.uni_trier.wi2.procake.data.object.nest with parameters of type NESTGraphListener Modifier and Type Method Description voidNESTWorkflowObject. registerEventListener(NESTGraphListener consumer)Registers the given listener.voidNESTWorkflowObject. unregisterEventListener(NESTGraphListener consumer)Unregisters the given listener. -
Uses of NESTGraphListener in de.uni_trier.wi2.procake.data.object.nest.impl
Fields in de.uni_trier.wi2.procake.data.object.nest.impl with type parameters of type NESTGraphListener Modifier and Type Field Description protected List<NESTGraphListener>NESTGraphObjectImpl. eventListenerStores the list of listeners for this graph objectMethods in de.uni_trier.wi2.procake.data.object.nest.impl that return types with arguments of type NESTGraphListener Modifier and Type Method Description List<NESTGraphListener>NESTWorkflowObjectImpl. getEventListeners()Methods in de.uni_trier.wi2.procake.data.object.nest.impl with parameters of type NESTGraphListener Modifier and Type Method Description voidNESTWorkflowObjectImpl. registerEventListener(NESTGraphListener consumer)voidNESTWorkflowObjectImpl. unregisterEventListener(NESTGraphListener consumer) -
Uses of NESTGraphListener in de.uni_trier.wi2.procake.data.object.transformation
Classes in de.uni_trier.wi2.procake.data.object.transformation that implement NESTGraphListener Modifier and Type Class Description classNESTWorkflowToWFBlockConcrete implementation of transforming a workflow from NESTGraph to block-orientation.
-