Method Summary |
|
public IPropertyChangeListener | getListener() |
public String | getProperty() |
public IEvaluationReference | getTargetReference() Return an evaluation reference that could be impacted by changes to this
evaluation reference.
the reference. |
public boolean | isPostingChanges() Returns whether or not the property change listener should be notified on
changes to the expression held by this result cache. |
public void | setPostingChanges(boolean evaluationEnabled) Sets whether or not the property change listener should be notified on
changes to the expression held by this result cache. |
public void | setTargetReference(IEvaluationReference ref) Set an evaluation reference that could be impacted by changes to this
evaluation reference.
Parameters: ref - the reference. |