Class EventPointerAwareExecutionEventListener

  • All Implemented Interfaces:
    org.smooks.api.delivery.event.ExecutionEventListener

    public abstract class EventPointerAwareExecutionEventListener
    extends Object
    implements org.smooks.api.delivery.event.ExecutionEventListener
    • Field Detail

      • executionContext

        protected final org.smooks.api.ExecutionContext executionContext
    • Constructor Detail

      • EventPointerAwareExecutionEventListener

        public EventPointerAwareExecutionEventListener​(org.smooks.api.ExecutionContext executionContext)
    • Method Detail

      • onEvent

        public void onEvent​(org.smooks.api.delivery.event.ExecutionEvent executionEvent)
        Specified by:
        onEvent in interface org.smooks.api.delivery.event.ExecutionEventListener
      • doOnEvent

        public abstract void doOnEvent​(org.smooks.api.delivery.event.ExecutionEvent executionEvent)