Eclipse Platform
Release 3.3

Package org.eclipse.core.databinding.observable

Provides the core APIs for observing changes in objects.

See:
          Description

Interface Summary
IChangeListener Listener for generic change events.
IObservable An object with state that allows to listen for state changes.
IObservableCollection Interface for observable collections.
IObservablesListener Marker interface for all listener types in the observables framework.
IObserving Mixin interface for IObservables that observe other objects.
IStaleListener Listener for staleness events.
 

Class Summary
AbstractObservable  
ChangeEvent Generic change event denoting that the state of an IObservable object has changed.
ChangeSupport  
Diffs  
ObservableEvent Abstract event object for events fired by IObservable objects.
Observables Contains static methods to operate on or return Observables.
ObservableTracker This class makes it possible to monitor whenever an IObservable is read from.
Realm A realm defines a context from which objects implementing IObservable must be accessed, and on which these objects will notify their listeners.
StaleEvent Generic event denoting that the state of an IObservable object is about to change.
 

Package org.eclipse.core.databinding.observable Description

Provides the core APIs for observing changes in objects.

Package Specification

This package provides the core APIs for observing changes in objects.


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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