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

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

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

import java.io.File;
import java.util.Date;
import java.util.Map;

public interface LogEvent
{
	void debug();
	Date getRecord();
	boolean persist(Map facades);
	boolean save(File dir);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy