Eclipse Platform
Release 3.6

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
Release 3.6

Guidelines for using Eclipse APIs.

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