Uses of Interface
org.apache.commons.workflow.ContextListener

Packages that use ContextListener
org.apache.commons.workflow This package contains the core interfaces and classes that define the major components of the workflow management system. 
org.apache.commons.workflow.base Basic implementations and base classes for Workflow Management System applications. 
org.apache.commons.workflow.demo   
org.apache.commons.workflow.util General purpose utility classes required by the Workflow Management System. 
org.apache.commons.workflow.web Implementations of Steps in the web library. 
 

Uses of ContextListener in org.apache.commons.workflow
 

Methods in org.apache.commons.workflow with parameters of type ContextListener
 void Context.addContextListener(ContextListener listener)
          Add a listener that is notified each time beans are added, replaced, or removed in this context.
 void Context.removeContextListener(ContextListener listener)
          Remove a listener that is notified each time beans are added, replaced, or removed in this context.
 

Uses of ContextListener in org.apache.commons.workflow.base
 

Methods in org.apache.commons.workflow.base with parameters of type ContextListener
 void BaseContext.addContextListener(ContextListener listener)
          Add a listener that is notified each time beans are added, replaced, or removed in this context.
 void BaseContext.removeContextListener(ContextListener listener)
          Remove a listener that is notified each time beans are added, replaced, or removed in this context.
 

Uses of ContextListener in org.apache.commons.workflow.demo
 

Classes in org.apache.commons.workflow.demo that implement ContextListener
 class Main
          Demonstration program to illustrate how the Workflow Management System is utilized.
 

Uses of ContextListener in org.apache.commons.workflow.util
 

Fields in org.apache.commons.workflow.util declared as ContextListener
protected  ContextListener[] ContextSupport.listeners
          The set of registered ContextListener event listeners.
 

Methods in org.apache.commons.workflow.util with parameters of type ContextListener
 void ContextSupport.addContextListener(ContextListener listener)
          Add a listener that is notified each time beans are added, replaced, or removed in this context.
 void ContextSupport.removeContextListener(ContextListener listener)
          Remove a listener that is notified each time beans are added, replaced, or removed in this context.
 

Uses of ContextListener in org.apache.commons.workflow.web
 

Classes in org.apache.commons.workflow.web that implement ContextListener
 class ActivityServlet
          Demonstration servlet that illustrates one way that workflow support can be integrated into web applications (or web services) without any dependency on application frameworks.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.