org.reactfx.inhibeans.value.ObservableValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reactfx Show documentation
Show all versions of reactfx Show documentation
Reactive event streams for JavaFX
package org.reactfx.inhibeans.value;
import org.reactfx.inhibeans.Observable;
public interface ObservableValue
extends Observable, javafx.beans.value.ObservableValue {}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy