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

com.github.zzlhy.func.IndexChangeHandler Maven / Gradle / Ivy

package com.github.zzlhy.func;

/**
 * 已处理数变化时的回调
 * Created by Administrator on 2018-10-16.
 */
@FunctionalInterface
public interface IndexChangeHandler {

    /**
     * 已处理数变化时的回调
     * @param index 已处理条数
     */
    void change(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy