Uses of Class
org.eclipse.core.databinding.observable.StaleEvent
Package
Description
Provides the core APIs for observing changes in objects.
-
Uses of StaleEvent in org.eclipse.core.databinding.observable
Modifier and TypeMethodDescriptionvoid
IStaleListener.handleStale
(StaleEvent staleEvent) Handle the event that the given observable object is now stale.protected void
DecoratingObservable.handleStaleEvent
(StaleEvent event) Called whenever a StaleEvent is received from the decorated observable.