Uses of Interface
io.automatiko.engine.api.runtime.process.EventListener
-
Packages that use EventListener Package Description io.automatiko.engine.api.runtime.process The process runtime classes.io.automatiko.engine.api.workflow.signal -
-
Uses of EventListener in io.automatiko.engine.api.runtime.process
Subinterfaces of EventListener in io.automatiko.engine.api.runtime.process Modifier and Type Interface Description interfaceProcessInstanceA process instance represents one specific instance of a process that is currently executing.interfaceWorkflowProcessInstanceA 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 EventListener Modifier and Type Method Description voidSignalManager. addEventListener(String type, EventListener eventListener)voidSignalManager. removeEventListener(String type, EventListener eventListener)
-