org.orbeon.oxf.pipeline.api
Class PipelineContext.ContextListenerAdapter

java.lang.Object
  extended byorg.orbeon.oxf.pipeline.api.PipelineContext.ContextListenerAdapter
All Implemented Interfaces:
PipelineContext.ContextListener
Enclosing class:
PipelineContext

public static class PipelineContext.ContextListenerAdapter
extends Object
implements PipelineContext.ContextListener

ContextListener adapter class to faciliate implementations of the ContextListener interface.


Constructor Summary
PipelineContext.ContextListenerAdapter()
           
 
Method Summary
 void contextDestroyed(boolean success)
          Called when the context is destroyed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineContext.ContextListenerAdapter

public PipelineContext.ContextListenerAdapter()
Method Detail

contextDestroyed

public void contextDestroyed(boolean success)
Description copied from interface: PipelineContext.ContextListener
Called when the context is destroyed.

Specified by:
contextDestroyed in interface PipelineContext.ContextListener
Parameters:
success - true if the pipeline execution was successful, false otherwise