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

com.envision.energy.eos.sdk.IPointCalHandler 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.calculate.data.PointCal;


public interface IPointCalHandler {
	void pointRead(PointCal point);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy