Interface PageResetListener
public interface PageResetListener
Deprecated.
in 5.3.4
Optional interface implemented to support resetting of the page state.
- Since:
- 5.2.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Invoked when the page is accessed from some other page.
-
Method Details
-
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.
-