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