net.sf.wfnm
Interface PageChangedListener


public interface PageChangedListener

The listener for the page changed event

Version:
1.0.6
Author:
Maurizio Albari

Method Summary
 void pageClosed(String page, AttributeContainer container)
          Handles a closed page
 void pageOpened(String page, AttributeContainer container)
          Handles a opened page
 

Method Detail

pageClosed

public void pageClosed(String page,
                       AttributeContainer container)
Handles a closed page

Parameters:
page - the page url
container - the attribute container

pageOpened

public void pageOpened(String page,
                       AttributeContainer container)
Handles a opened page

Parameters:
page - the page url
container - the attribute container


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