Class ObservablePlaceholder

java.lang.Object
org.tquadrat.foundation.fx.beans.ObservablePlaceholder
All Implemented Interfaces:
Observable

@ClassVersion(sourceVersion="$Id: ObservablePlaceholder.java 1110 2024-03-04 15:26:06Z tquadrat $") @API(status=STABLE, since="0.4.2") public final class ObservablePlaceholder extends Object implements Observable

An implementation of the Observable interface that just serves as a placeholder.

As an instance of this class will never change its state, it will never call any of the registered listeners; consequently, a listener added by a call to addListener(InvalidationListener) will not even be stored somewhere, so that a call to removeListener(InvalidationListener) won't do anything either.

It is useful when creating bindings that do not change their status.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: ObservablePlaceholder.java 1110 2024-03-04 15:26:06Z tquadrat $
Since:
0.4.2
UML Diagram
UML Diagram for "org.tquadrat.foundation.fx.beans.ObservablePlaceholder"

UML Diagram for "org.tquadrat.foundation.fx.beans.ObservablePlaceholder"

UML Diagram for "org.tquadrat.foundation.fx.beans.ObservablePlaceholder"