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

cn.enilu.flash.core.db.RecordHandler Maven / Gradle / Ivy

package cn.enilu.flash.core.db;

public interface RecordHandler {

	void process(T record);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy