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

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

package com.googlecode.openbox.server.log.monitor;

import com.googlecode.openbox.server.log.ServerLog;

public interface ServerLogMonitor {

	void addServerLogProvider(ServerLogProvider serverLogProvider);

	void addServerLog(ServerLog serverLog);

	ServerLogMonitor addServerLogHandler(ServerLogHandler checker);

	T triggerActions() throws Exception;

	T execute() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy