Uses of Interface
io.automatiko.engine.api.runtime.process.EventListener
Packages that use EventListener
Package
Description
The process runtime classes.
-
Uses of EventListener in io.automatiko.engine.api.runtime.process
Subinterfaces of EventListener in io.automatiko.engine.api.runtime.processModifier and TypeInterfaceDescriptioninterfaceA process instance represents one specific instance of a process that is currently executing.interfaceA workflow process instance represents one specific instance of a workflow process that is currently executing. -
Uses of EventListener in io.automatiko.engine.api.workflow.signal
Methods in io.automatiko.engine.api.workflow.signal with parameters of type EventListenerModifier and TypeMethodDescriptionvoidSignalManager.addEventListener(String type, EventListener eventListener) voidSignalManager.removeEventListener(String type, EventListener eventListener)