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

net.linksfield.cube.partnersdk.event.EventHandler Maven / Gradle / Ivy

package net.linksfield.cube.partnersdk.event;

/**
 * Interface for handling events of type T
 * 事件处理器接口
 *
 * @author
 */
@FunctionalInterface
public interface EventHandler {

    /**
     * 处理函数
     * @param event 事件
     */
    void handle(Event event);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy