public interface HasFinishedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFinishedHandler(FinishedHandler handler)
StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.
|
fireEvent
HandlerRegistration addFinishedHandler(FinishedHandler handler)
handler
- the finished handlerHandlerRegistration
used to remove this handler