org.apache.tapestry5.internal.structure
Interface PageResetListener


public interface PageResetListener

Optional interface implemented to support resetting of the page state.

Since:
5.2.0
See Also:
PageReset

Method Summary
 void containingPageDidReset()
          Invoked when the page is accessed from some other page.
 

Method Detail

containingPageDidReset

void containingPageDidReset()
Invoked when the page is accessed from some other page. This notification will be sent after the page has been activated.



Copyright © 2003-2011 The Apache Software Foundation.