com.googlecode.openbox.server.log.monitor.ServerLogHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ssh Show documentation
Show all versions of ssh Show documentation
This is remote linux SSH module
The newest version!
package com.googlecode.openbox.server.log.monitor;
public interface ServerLogHandler {
void action(T t, String logs);
}