Eclipse Platform
Release 3.6

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.
IDecoratingObservable Interface for observables which decorate other observables.
IDiff Marker interface for objects which describe a difference in state.
IDisposeListener Listener for dispose 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  
DecoratingObservable An observable which decorates another observable
DecoratingObservableCollection An observable collection which decorates another observable collection
Diffs  
DisposeEvent Event denoting that an IObservable object was disposed.
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.6

Guidelines for using Eclipse APIs.

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