public abstract void bind (ObservableValue<? extends T> observable)

Create a unidirection binding for this Property.

Note that JavaFX has all the bind calls implemented through weak listeners. This means the bound property can be garbage collected and stopped from being updated.

Parameters:
observable     The observable this Property should be bound to.

Exceptions:
NullPointerException     if observable is null