net.sf.wfnm
Interface WebflowChangedListener


public interface WebflowChangedListener

The listener for the webflow changed event

Version:
1.0.6
Author:
Maurizio Albari

Method Summary
 void webflowClosed(String webflowName, AttributeContainer container)
          Handles a closed webflow
 void webflowOpened(String webflowName, AttributeContainer container)
          Handles a opened webflow
 

Method Detail

webflowClosed

public void webflowClosed(String webflowName,
                          AttributeContainer container)
Handles a closed webflow

Parameters:
webflowName - the webflow name
container - the attribute container

webflowOpened

public void webflowOpened(String webflowName,
                          AttributeContainer container)
Handles a opened webflow

Parameters:
webflowName - the webflow name
container - the attribute container


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.