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

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

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

import com.envision.energy.sdk.eos.core.Point;


/**
 * call-back data handler for IDataService.
 * @author ye.cai
 *
 */
public interface IDataHandler {
	void dataRead(Point point);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy