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

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

The newest version!
package com.beans.observables;

import java.util.function.LongSupplier;

/**
 * 

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

*

* An extension of {@link LongSupplier}. *

*

* This observable is not nullable. *

* * @since JavaBeans 1.0 */ public interface ObservableLongValue extends ObservableValue, LongSupplier { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy