S - type of the source objectpublic interface INativePropertyListener<S>
ISimplePropertyListener provided
to the method that constructed this native listener instance.| Modifier and Type | Method and Description |
|---|---|
void |
addTo(S source)
Adds the receiver as a listener for property events on the specified
property source.
|
void |
removeFrom(S source)
Removes the receiver as a listener for property events on the specified
property source.
|
void addTo(S source)
source - the property source (may be null)void removeFrom(S source)
source - the property source (may be null)
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.