Uses of Interface
org.kie.api.event.process.SignalEvent
-
Packages that use SignalEvent Package Description org.kie.api.event.process Events emitted while process instances are executing. -
-
Uses of SignalEvent in org.kie.api.event.process
Methods in org.kie.api.event.process with parameters of type SignalEvent Modifier and Type Method Description default void
ProcessEventListener. onSignal(SignalEvent event)
This listener method is invoked when a signal is sent
-