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 ExecutionContextexecutionContext
-
Constructor Summary
Constructors Constructor Description BridgeAwareExecutionEventListener(ExecutionContext executionContext)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voiddoOnEvent(ExecutionEvent executionEvent)voidonEvent(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:ExecutionEventListenerReceive execution event.- Specified by:
onEventin interfaceExecutionEventListener- Parameters:
executionEvent- Execution event.
-
doOnEvent
public abstract void doOnEvent(ExecutionEvent executionEvent)
-
-