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

com.fastchar.interfaces.IFastWeb Maven / Gradle / Ivy

package com.fastchar.interfaces;

import com.fastchar.core.FastEngine;

public interface IFastWeb {

    /**
     * web启动初始化
     */
     void onInit(FastEngine engine) throws Exception;

    /**
     * web停止
     */
    void onDestroy(FastEngine engine) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy