Package org.eclipse.ui.services
Interface IEvaluationReference
-
- All Superinterfaces:
org.eclipse.ui.internal.services.IEvaluationResultCache
public interface IEvaluationReference extends org.eclipse.ui.internal.services.IEvaluationResultCacheA token representing a core expression and property change listener currently working in theIEvaluationService.- Since:
- 3.4
- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertyChangeListenergetListener()The property change listener associated with the evaluated expression.StringgetProperty()The property used in change notifications.
-
-
-
Method Detail
-
getListener
IPropertyChangeListener getListener()
The property change listener associated with the evaluated expression.- Returns:
- the listener for updates.
-
getProperty
String getProperty()
The property used in change notifications.- Returns:
- the property name.
-
-