org.eclipse.core.databinding.observable
Interface IObserving
-
All Known Subinterfaces:
-
IBeanObservable
-
public interface IObserving
Mixin interface for IObservables that observe other objects.
-
Since:
- 1.0
Method Summary
|
Object
|
getObserved
()
Returns the observed object, or null if this observing
object does not currently observe an object. |
getObserved
Object getObserved()
- Returns the observed object, or
null
if this observing
object does not currently observe an object.
-
-
Returns:
- the observed object, or
null
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.