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

net.sf.exlp.event.LogEventHandler Maven / Gradle / Ivy

There is a newer version: 0.1.17
Show newest version
package net.sf.exlp.event;

public interface LogEventHandler
{
	public boolean handleEvent(LogEvent event);
	public void close();
	public long getEventCounter();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy