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

cn.mapway.ui.client.event.IEventHandler Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package cn.mapway.ui.client.event;


/**
 * 事件处理接口.
 *
 * @author zhangjianshe
 */
public interface IEventHandler {

    /**
     * 事件处理.
     *
     * @param topic the topic
     * @param type  the type
     * @param event the event
     */
    public void onEvent(String topic, int type, Object event);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy