Interface InternalSession.PageVisitor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onPageClosed​(java.lang.String message)
      Callback for when the page to visit has been closed
      void onPageFound​(PageModel page)
      Callback for when the page to visit is found
      void onPageLoggedOut​(java.lang.String message)
      Callback for when the page to visit has been closed due to session logout
      void onPageMissing()
      Callback for when the page to visit does not exist
    • Method Detail

      • onPageFound

        void onPageFound​(PageModel page)
        Callback for when the page to visit is found
        Parameters:
        page - the page to visit
      • onPageMissing

        void onPageMissing()
        Callback for when the page to visit does not exist
      • onPageLoggedOut

        void onPageLoggedOut​(java.lang.String message)
        Callback for when the page to visit has been closed due to session logout
        Parameters:
        message - the message explaining why the session was logged out
      • onPageClosed

        void onPageClosed​(java.lang.String message)
        Callback for when the page to visit has been closed
        Parameters:
        message - the message explaining why the page was closed