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

cn.mapway.ui.client.mqtt.event.BaseEvent Maven / Gradle / Ivy

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

import com.google.gwt.core.client.JavaScriptObject;


/**
 * The Class BaseEvent.
 */
public class BaseEvent extends JavaScriptObject {

    /**
     * Instantiates a new base event.
     */
    protected BaseEvent() {
    }

    /**
     * 错误代码.
     *
     * @return the int
     */
    public final native int errorCode()/*-{
        return this.errorCode;
  }-*/;

    /**
     * 错误消息.
     *
     * @return the string
     */
    public final native String errormsg()/*-{
        return this.errorMessage;
  }-*/;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy