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

org.reactfx.inhibeans.collection.ObservableList Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy