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

com.xxdb.multithreadedtablewriter.Callback Maven / Gradle / Ivy

There is a newer version: 3.00.2.2
Show newest version
package com.xxdb.multithreadedtablewriter;

import com.xxdb.data.Table;

public interface Callback {
    void writeCompletion(Table callbackTable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy