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

net.isger.brick.plugin.service.Service Maven / Gradle / Ivy

The newest version!
package net.isger.brick.plugin.service;

import net.isger.brick.plugin.PluginCommand;

/**
 * 服务
 * 
 * @author issing
 */
public interface Service {

    /**
     * 服务入口
     * 
     * @param cmd
     */
    public void service(PluginCommand cmd);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy