Interface HasTraceElementHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionStringMethod called during process execution before each task element is processed.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addTraceElementHandler
StringMethod called during process execution before each task element is processed.- Parameters:
 handler- the traceElement handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -