Interface InternalSession.PageVisitor

    • 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
      • 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