
org.berry120.vueloop.LoopCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VueLoop Show documentation
Show all versions of VueLoop Show documentation
Simple Java library for getting weather data from the Vantage Vue weather station.
The newest version!
package org.berry120.vueloop;
/**
* A callback called when weather data is received.
* @author mjrb5
*/
public interface LoopCallback {
/**
* Weather data has been sent.
* @param packet the weather data.
*/
void weatherDataSent(WeatherLoopPacket packet);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy