Interface IPageListener

All Known Implementing Classes:
CloseAllSavedAction, NavigationHistoryAction, PageEventAction, PerspectiveTracker

public interface IPageListener
Interface for listening to page lifecycle events.

This interface may be implemented by clients.

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies this listener that the given page has been activated.
    void
    Notifies this listener that the given page has been closed.
    void
    Notifies this listener that the given page has been opened.