public abstract class ReadOnlyObjectPropertyBase<T>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

Base class for all readonly properties wrapping an arbitrary Object. This class provides a default implementation to attach listener.

extends ReadOnlyObjectProperty<T>

Parameters:
<T>    the type of the wrapped Object

See also:
ReadOnlyObjectProperty

Since:  JavaFX 2.0