Interface PageResetListener
-
public interface PageResetListener
Deprecated.in 5.3.4Optional interface implemented to support resetting of the page state.- Since:
- 5.2.0
- See Also:
PageReset
,PageLifecycleCallbackHub.addResetCallback(Runnable)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description 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.
-
-