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

org.berry120.vueloop.LoopCallback Maven / Gradle / Ivy

Go to download

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