public interface IExpressionListener
Clients may implement this interface.
IExpressionManager
Modifier and Type | Method and Description |
---|---|
void |
expressionAdded(IExpression expression)
Notifies this listener that the given expression has been added
to the expression manager.
|
void |
expressionChanged(IExpression expression)
Notifies this listener that the given expression has
changed.
|
void |
expressionRemoved(IExpression expression)
Notifies this listener that the given expression has been removed
from the expression manager.
|
void expressionAdded(IExpression expression)
expression
- the added expressionvoid expressionRemoved(IExpression expression)
expression
- the removed expressionvoid expressionChanged(IExpression expression)
expression
- the changed expression
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.