Package org.smooks.api.delivery.event
Interface ExecutionEventListener
-
- All Known Implementing Classes:
AbstractReportGenerator,BasicExecutionEventListener,BridgeAwareExecutionEventListener,FlatReportGenerator,HtmlReportGenerator
public interface ExecutionEventListenerExecution event listener.- Author:
- tom.fennelly@gmail.com
- See Also:
ExecutionContext#setEventListener(ExecutionEventListener)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(ExecutionEvent executionEvent)Receive execution event.
-
-
-
Method Detail
-
onEvent
void onEvent(ExecutionEvent executionEvent)
Receive execution event.- Parameters:
executionEvent- Execution event.
-
-