Uses of Class
org.apache.commons.workflow.ScopeEvent

Packages that use ScopeEvent
org.apache.commons.workflow This package contains the core interfaces and classes that define the major components of the workflow management system. 
 

Uses of ScopeEvent in org.apache.commons.workflow
 

Methods in org.apache.commons.workflow with parameters of type ScopeEvent
 void ScopeListener.beanAdded(ScopeEvent event)
          Invoked when a new bean was added to this scope.
 void ScopeListener.beanRemoved(ScopeEvent event)
          Invoked when an existing bean was removed in this scope.
 void ScopeListener.beanReplaced(ScopeEvent event)
          Invoked when an existing bean was replaced in this scope.
 void ScopeListener.scopeCleared(ScopeEvent event)
          Invoked when the entire Scope is cleared.
 



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