PageableModel
instead.@Deprecated
public interface PagingEventPublisher
PagingEvent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INTERNAL_EVENT
Deprecated.
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)
Deprecated.
Adds a listener to the list of listeners to be notified when a PagingEvent
happens outside of standard Paging component
|
void |
removePagingEventListener(PagingListener listener)
Deprecated.
Removes a listener from the list of listeners to be notified when a PagingEvent
happens outside of standard Paging component
|
static final java.lang.String INTERNAL_EVENT
void addPagingEventListener(PagingListener listener)
listener
- void removePagingEventListener(PagingListener listener)
listener
- Copyright © 2005-2021 Potix Corporation. All Rights Reserved.