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

com.opdar.gulosity.base.RowCallback Maven / Gradle / Ivy

The newest version!
package com.opdar.gulosity.base;

import com.opdar.gulosity.entity.RowEntity;

/**
 * Created by 俊帆 on 2016/10/13.
 */
public interface RowCallback {
     void onNotify(RowEntity entity, RowEntity entity2);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy