Eclipse Platform
Kepler (4.3)

org.eclipse.core.databinding.observable
Interface IObserving

All Known Subinterfaces:
IBeanObservable, IPropertyObservable

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.
 

Method Detail

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

Eclipse Platform
Kepler (4.3)

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.