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

eu.ginere.base.util.notification.NotificationImplInterface Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package eu.ginere.base.util.notification;


public interface NotificationImplInterface {

	public interface Level {
		public boolean isEnabled();
		public void notify(String message,Throwable e);

	}

	public Level getDebug();
	public Level getInfo();
	public Level getWarn();
	public Level getError();
	public Level getFatal();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy