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

com.fastchar.extjs.interfaces.IFastImportData Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package com.fastchar.extjs.interfaces;

import com.fastchar.core.FastEntity;
import com.fastchar.core.FastHandler;

import java.util.List;

public interface IFastImportData {

    void onBeforeImportData(List dataList, FastHandler handler) throws Exception;
    void onAfterImportData(List dataList, FastHandler handler) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy