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

com.github.ltsopensource.ec.Observer Maven / Gradle / Ivy

package com.github.ltsopensource.ec;

/**
 * 事件观察者接口
 * @author Robert HG ([email protected]) on 5/11/15.
 */
public interface Observer {

    public void onObserved(EventInfo eventInfo);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy