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

org.nocrala.tools.database.sentinel.plugin.Feedback Maven / Gradle / Ivy

The newest version!
package org.nocrala.tools.database.sentinel.plugin;

public interface Feedback {

  void info(String line);

  void warn(String line);

  void error(String line);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy