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

net.aequologica.neo.shakuntala.EventWriter Maven / Gradle / Ivy

There is a newer version: 0.6.7
Show newest version
package net.aequologica.neo.shakuntala;

import java.io.Closeable;
import java.io.IOException;

public interface EventWriter extends Closeable {

    public void init() throws IOException;

    void write( final Event event ) throws IOException;
    void write(
            final String key,
            final String value,
            final Event.Level level,
            final Object object ) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy