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.
observable
| The observable this Property should be bound to. |
NullPointerException
| if observable is null |
Diagram: BooleanProperty