org.orbeon.oxf.pipeline.api
Class PipelineContext.ContextListenerAdapter
java.lang.Object
org.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.
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 |
PipelineContext.ContextListenerAdapter
public PipelineContext.ContextListenerAdapter()
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