|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowPagingListener
Event listener interface for SourceRowPagingEvents
.
Method Summary | |
---|---|
void |
onNumPagesChanges(int numPages)
Fired when the number of pages changes. |
void |
onPageChanged(int page)
Fired when the current page changes, but before it is loaded. |
void |
onPageLoaded(int page)
Fired when the current page has completely finished loading. |
void |
onPagingFailure(java.lang.Throwable caught)
Fired when a failure occurs while loading the page. |
Method Detail |
---|
void onNumPagesChanges(int numPages)
numPages
- the new number of pagesvoid onPageChanged(int page)
page
- the new pagevoid onPageLoaded(int page)
page
- the new pagevoid onPagingFailure(java.lang.Throwable caught)
caught
- the exception that caused the failure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |