Interface HasFinishedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionaddFinishedHandler(FinishedHandler handler) StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFinishedHandler
StringMethod called when a process completes, meaning the process executes a ProcessElement with no next element.- Parameters:
 handler- the finished handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -