Interface IPropertyObservable<P extends IProperty>
- Type Parameters:
P
- specific type of the value property being observed
- All Superinterfaces:
IObserving
Provides access to the details of property observables
- Since:
- 1.2
-
Method Summary
Methods inherited from interface org.eclipse.core.databinding.observable.IObserving
getObserved
-
Method Details
-
getProperty
P getProperty()Returns the property being observed- Returns:
- the property being observed
-