cn.mapway.ui.client.event.IEventHandler Maven / Gradle / Ivy
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