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

com.envision.energy.eos.sdk.IEventHandler Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.envision.energy.eos.sdk;

import com.envision.eos.event.api.bo.Event;

/**
 * Created by xiaomin.zhou on 2017/9/18.
 */
public interface IEventHandler {
    void eventRead(Event event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy