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

Packages that use ScopeListener
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.util General purpose utility classes required by the Workflow Management System. 
 

Uses of ScopeListener in org.apache.commons.workflow
 

Methods in org.apache.commons.workflow with parameters of type ScopeListener
 void Scope.addScopeListener(ScopeListener listener)
          Add a listener that is notified each time beans are added, replaced, or removed in this scope.
 void Scope.removeScopeListener(ScopeListener listener)
          Remove a listener that is notified each time beans are added, replaced, or removed in this scope.
 

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

Methods in org.apache.commons.workflow.base with parameters of type ScopeListener
 void BaseScope.addScopeListener(ScopeListener listener)
          Add a listener that is notified each time beans are added, replaced, or removed in this scope.
 void BaseScope.removeScopeListener(ScopeListener listener)
          Remove a listener that is notified each time beans are added, replaced, or removed in this scope.
 

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

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

Methods in org.apache.commons.workflow.util with parameters of type ScopeListener
 void ScopeSupport.addScopeListener(ScopeListener listener)
          Add a listener that is notified each time beans are added, replaced, or removed in this scope.
 void ScopeSupport.removeScopeListener(ScopeListener listener)
          Remove a listener that is notified each time beans are added, replaced, or removed in this scope.
 



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