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

com.github.yoojia.events.HALOEvents Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.github.yoojia.events;

/**
 * @author YOOJIA.CHEN ([email protected])
 * @version 2015-09-10
 */
public interface HALOEvents {

    /**
     * 设置异常事件监听器
     */
    void setErrorListener(ErrorListener listener);

    /**
     * 注册监听对象
     */
    void register(Object host);

    /**
     * 发送事件
     */
    void post(Object event);

    /**
     * 销毁事件总线
     */
    void destroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy