Eclipse Platform
Release 3.3

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.
 

Method Detail

getObserved

public 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.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.