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

com.beans.observables.ObservableDoubleValue Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package com.beans.observables;

import java.util.function.DoubleSupplier;

/**
 * 

* A double specialization of {@link ObservableValue}. * Listeners can be attached to listen for changes of the value. *

*

* An extension of {@link DoubleSupplier}. *

*

* This observable is not nullable. *

* * @since JavaBeans 1.0 */ public interface ObservableDoubleValue extends ObservableValue, DoubleSupplier { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy