Interface FinishedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonFinished(ProcessFinishedEvent event) StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element. 
- 
Method Details
- 
onFinished
StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.- Parameters:
 event- the event
 
 -