
org.reactfx.inhibeans.collection.ObservableList Maven / Gradle / Ivy
package org.reactfx.inhibeans.collection;
import org.reactfx.collection.SuspendableList;
import org.reactfx.inhibeans.Observable;
/**
* @deprecated Use {@link SuspendableList} instead.
*/
@Deprecated
public interface ObservableList
extends javafx.collections.ObservableList, Observable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy