Package 

Interface OnPageErrorListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPageError(Integer page, Throwable t) Called when an error occurs for the page
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onPageError

         abstract Unit onPageError(Integer page, Throwable t)

        Called when an error occurs for the page

        Parameters:
        page - The page where the error occurred
        t - The throwable corresponding to the error