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

com.googlecode.openbox.server.log.monitor.ServerLogHandler Maven / Gradle / Ivy

The newest version!
package com.googlecode.openbox.server.log.monitor;

public interface ServerLogHandler {

	void action(T t, String logs);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy