public interface IPagingModelListener extends EventListener
IPagingModel.addPagingModelListener(IPagingModelListener)| Modifier and Type | Method and Description |
|---|---|
void |
pageChanged(PagingEvent evt)
Listener callback method that will be invoked after the page model was
changed.
|
void |
pageWillChange(PagingEvent evt)
Listener callback method that will be invoked before the page model gets
changed.
|
void pageWillChange(PagingEvent evt) throws PagingVetoException
evt - an event object that informs the listeners about the change
that is about to happenPagingVetoException - if the listener objects to the change to the modelvoid pageChanged(PagingEvent evt)
evt - an event object that informs the listeners about the change
that has happenedCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.