to.etc.domui.state
Interface IParameterChangeListener
public interface IParameterChangeListener
This interface can, implemented on a page, be used to keep a
page active when it's URL parameters change. Normally if an
existing page's parameters on the URL change the existing page
is discarded and a new page is created. Pages implementing this
will get a pageParametersChanged() event instead.
- Author:
- Frits Jalvingh
Created on Aug 21, 2008
pageParametersChanged
void pageParametersChanged(PageParameters papa)
throws java.lang.Exception
- Throws:
java.lang.Exception