org.apache.tapestry5.internal.structure
Interface PageResetListener


Deprecated. in 5.3.4

public interface PageResetListener

Optional interface implemented to support resetting of the page state.

Since:
5.2.0
See Also:
PageReset, PageLifecycleCallbackHub.addResetCallback(Runnable)

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

Method Detail

containingPageDidReset

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



Copyright © 2003-2012 The Apache Software Foundation.