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

cn.dreampie.common.Plugin Maven / Gradle / Ivy

There is a newer version: 1.3.0.RELEASE
Show newest version
package cn.dreampie.common;

/**
 * Plugin interface
 */
public interface Plugin {
  boolean start();

  boolean stop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy