Uses of Package
org.reactfx
Packages that use org.reactfx
Package
Description
-
Classes in org.reactfx used by org.reactfxClassDescriptionAn event stream that indicates whether there is a pending event that can be expected to be emitted in the future.Represents a change of a value.Interface for objects that can be (lazily) connected to event streams.Stream of values (events).Base class for event streams.Deprecated.Anything that can be observed, that is have an observer added and removed.Base class for observable objects.Trait to be mixed into
ObservableBase
to obtain default implementation of someEventStream
methods on top of Observable methods and get additional helper methods for proper event streams implemented as default methods on top of ProperObservable methods.An Observable that maintains a collection of registered observers and notifies them when a change occurs.An Observable that does not maintain its own collection of observers, but rather adapts and registers every given observer with the underlying ObservableAn observable that does not change and does not produce any notifications.Interface for objects that can be temporarily suspended, where the definition of "suspended" depends on the context.An event stream whose emission of events can be suspended temporarily.Observable boolean value that is normallyfalse
, but istrue
when suspended.Suspender is an object capable of suspending another suspendable object.An event stream that suspends a suspendable object during emission.Observable boolean that changes value when suspended. -
Classes in org.reactfx used by org.reactfx.collectionClassDescriptionStream of values (events).Deprecated.superseded by
Suspendable
.Anything that can be observed, that is have an observer added and removed.Base class for observable objects.An Observable that maintains a collection of registered observers and notifies them when a change occurs.Interface for objects that can be temporarily suspended, where the definition of "suspended" depends on the context. -
Classes in org.reactfx used by org.reactfx.inhibeans
-
Classes in org.reactfx used by org.reactfx.inhibeans.binding
-
Classes in org.reactfx used by org.reactfx.inhibeans.collection
-
Classes in org.reactfx used by org.reactfx.inhibeans.property
-
Classes in org.reactfx used by org.reactfx.inhibeans.value
-
Classes in org.reactfx used by org.reactfx.valueClassDescriptionRepresents a change of a value.Stream of values (events).Anything that can be observed, that is have an observer added and removed.Base class for observable objects.An Observable that maintains a collection of registered observers and notifies them when a change occurs.An Observable that does not maintain its own collection of observers, but rather adapts and registers every given observer with the underlying ObservableAn observable that does not change and does not produce any notifications.Interface for objects that can be temporarily suspended, where the definition of "suspended" depends on the context.
Suspendable
.