All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bklab.flow.components.pagination.PageSwitchEvent Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
package org.bklab.flow.components.pagination;


public interface PageSwitchEvent {

    void accept(Integer currentPageNumber, Integer pageSize, Integer lastPageNumber, boolean isFromClient);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy