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

cn.mapway.ui.client.mvc.Observer Maven / Gradle / Ivy

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

/**
 * 观察者
 *
 * @author zhangjianshe
 */
public interface Observer {
    /**
     * 通知观察者,数据发生变化
     *
     * @param sender the sender
     * @param data   the data
     */
    void update(Observable sender, Object data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy