public interface PagingEventPublisher
PagingEvent
Modifier and Type | Field and Description |
---|---|
static String |
INTERNAL_EVENT
A flag different from standard PagingEvent, differentiating standard
PagingEvent from Paging component and PagingEvent from PagingEventPublisher
|
Modifier and Type | Method and Description |
---|---|
void |
addPagingEventListener(PagingListener listener)
Adds a listener to the list of listeners to be notified when a PagingEvent
happens outside of standard Paging component
|
void |
removePagingEventListener(PagingListener listener)
Removes a listener from the list of listeners to be notified when a PagingEvent
happens outside of standard Paging component
|
static final String INTERNAL_EVENT
void addPagingEventListener(PagingListener listener)
listener
- void removePagingEventListener(PagingListener listener)
listener
- Copyright © 2018. All rights reserved.