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

org.bekit.event.EventPublisher Maven / Gradle / Ivy

/* 
 * 作者:钟勋 (e-mail:[email protected])
 */

/*
 * 修订记录:
 * @author 钟勋 2016-12-16 01:14 创建
 */
package org.bekit.event;

/**
 * 事件发布器
 */
public interface EventPublisher {

    /**
     * 发布事件
     *
     * @param event 事件
     */
    void publish(Object event);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy