Class BridgeAwareExecutionEventListener
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.bridge.BridgeAwareExecutionEventListener
-
- All Implemented Interfaces:
ExecutionEventListener
public abstract class BridgeAwareExecutionEventListener extends Object implements ExecutionEventListener
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutionContext
executionContext
-
Constructor Summary
Constructors Constructor Description BridgeAwareExecutionEventListener(ExecutionContext executionContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
doOnEvent(ExecutionEvent executionEvent)
void
onEvent(ExecutionEvent executionEvent)
Receive execution event.
-
-
-
Field Detail
-
executionContext
protected final ExecutionContext executionContext
-
-
Constructor Detail
-
BridgeAwareExecutionEventListener
public BridgeAwareExecutionEventListener(ExecutionContext executionContext)
-
-
Method Detail
-
onEvent
public void onEvent(ExecutionEvent executionEvent)
Description copied from interface:ExecutionEventListener
Receive execution event.- Specified by:
onEvent
in interfaceExecutionEventListener
- Parameters:
executionEvent
- Execution event.
-
doOnEvent
public abstract void doOnEvent(ExecutionEvent executionEvent)
-
-