org.orbeon.oxf.pipeline.api
Interface PipelineContext.ContextListener

All Known Subinterfaces:
PipelineContext.Trace
All Known Implementing Classes:
PipelineContext.ContextListenerAdapter
Enclosing interface:
PipelineContext

public static interface PipelineContext.ContextListener

ContextListener interface to listen on PipelineContext events.


Method Summary
 void contextDestroyed(boolean success)
          Called when the context is destroyed.
 

Method Detail

contextDestroyed

public void contextDestroyed(boolean success)
Called when the context is destroyed.

Parameters:
success - true if the pipeline execution was successful, false otherwise