-
public interface OnPageErrorListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonPageError(Integer page, Throwable t)Called when an error occurs for the page -
-
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 occurredt- The throwable corresponding to the error
-
-
-
-