|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExpressionListener
An expression listener is notified of expression additions, removals, and changes. Listeners register and unregister with the expression manager.
Clients may implement this interface.
IExpressionManager
Method Summary | |
---|---|
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. |
Method Detail |
---|
void expressionAdded(IExpression expression)
expression
- the added expressionvoid expressionRemoved(IExpression expression)
expression
- the removed expressionvoid expressionChanged(IExpression expression)
expression
- the changed expression
|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.