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

org.gridkit.jvmtool.event.UniversalEventWriter Maven / Gradle / Ivy

There is a newer version: 0.23
Show newest version
package org.gridkit.jvmtool.event;

import java.io.IOException;

public interface UniversalEventWriter {

    public void store(Event event) throws IOException;

    public void close() throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy