@OpenApiAll public interface EngineListener
Element
Modifier and Type | Method and Description |
---|---|
void |
elementActivated(Element element,
java.util.Collection<?> values)
Handle when the element is activated.
|
void |
elementDeactivated(Element element,
java.util.Collection<?> values)
Handle when the element is deactivated.
|
void |
eventTriggered(java.lang.String eventID)
Handle when the event id is triggered.
|
void |
executionTerminated()
Handle the termination.
|
void elementActivated(Element element, java.util.Collection<?> values)
element
- the activated elementvalues
- the values that passed with this element activationvoid elementDeactivated(Element element, java.util.Collection<?> values)
element
- the deactivated elementvalues
- the values that passed with this element deactivationvoid eventTriggered(java.lang.String eventID)
eventID
- the triggered event idvoid executionTerminated()