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

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

package com.beans.observables;

import java.util.function.BooleanSupplier;

/**
 * 

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

*

* An extension of {@link BooleanSupplier}. *

*

* This observable is not nullable. *

* * @since JavaBeans 1.0 */ public interface ObservableBooleanValue extends ObservableValue, BooleanSupplier { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy