Eclipse Platform
Release 3.6

org.eclipse.ui.services
Interface IEvaluationReference

All Superinterfaces:
org.eclipse.ui.internal.services.IEvaluationResultCache

public interface IEvaluationReference
extends org.eclipse.ui.internal.services.IEvaluationResultCache

A token representing a core expression and property change listener currently working in the IEvaluationService.

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
 IPropertyChangeListener getListener()
          The property change listener associated with the evaluated expression.
 String getProperty()
          The property used in change notifications.
 
Methods inherited from interface org.eclipse.ui.internal.services.IEvaluationResultCache
clearResult, evaluate, getExpression, getSourcePriority, setResult
 

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.

Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.