|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INativePropertyListener
A listener capable of adding or removing itself as a listener on a source
object using the source's "native" listener API. Events received from the
source objects are parlayed to the ISimplePropertyListener
provided
to the method that constructed this native listener instance.
NativePropertyListener
,
SimpleValueProperty.adaptListener(ISimplePropertyListener)
,
SimpleListProperty.adaptListener(ISimplePropertyListener)
,
SimpleSetProperty.adaptListener(ISimplePropertyListener)
,
SimpleMapProperty.adaptListener(ISimplePropertyListener)
Method Summary | |
---|---|
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. |
Method Detail |
---|
void addTo(Object source)
source
- the property source (may be null)void removeFrom(Object source)
source
- the property source (may be null)
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.