public class ChangeEvent extends ObservableEvent
IObservable object
has changed. This event does not carry information about the kind of change
that occurred.source| Constructor and Description |
|---|
ChangeEvent(IObservable source)
Creates a new change event object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(IObservablesListener listener)
Dispatch this event to the given listener.
|
protected Object |
getListenerType()
Returns a unique object used for distinguishing this event type from
others.
|
getObservablegetSource, toStringpublic ChangeEvent(IObservable source)
source - the observable that changed stateprotected void dispatch(IObservablesListener listener)
ObservableEventdispatch in class ObservableEventlistener - the listener that should handle the eventprotected Object getListenerType()
ObservableEventgetListenerType in class ObservableEvent
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.