Uses of Interface
org.kie.api.event.process.ProcessStartedEvent
Packages that use ProcessStartedEvent
-
Uses of ProcessStartedEvent in org.kie.api.event.process
Methods in org.kie.api.event.process with parameters of type ProcessStartedEventModifier and TypeMethodDescriptionvoidDefaultProcessEventListener.afterProcessStarted(ProcessStartedEvent event) voidProcessEventListener.afterProcessStarted(ProcessStartedEvent event) This listener method is invoked right after a process instance has been started.voidDefaultProcessEventListener.beforeProcessStarted(ProcessStartedEvent event) voidProcessEventListener.beforeProcessStarted(ProcessStartedEvent event) This listener method is invoked right before a process instance is being started.