See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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. |
This package provides the core APIs for observing changes in objects.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.