|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExpressionsListener
An expression listener is notified of expression additions, removals, and changes. Listeners register and unregister with the expression manager.
This interface is analogous to IExpressionListener
, except
notifications are batched for more than when expression when possible.
Clients may implement this interface.
IExpressionManager
Method Summary | |
---|---|
void |
expressionsAdded(IExpression[] expressions)
Notifies this listener that the given expressions have been added to the expression manager. |
void |
expressionsChanged(IExpression[] expressions)
Notifies this listener that the given expressions have changed. |
void |
expressionsRemoved(IExpression[] expressions)
Notifies this listener that the given expressions has been removed from the expression manager. |
Method Detail |
---|
void expressionsAdded(IExpression[] expressions)
expressions
- the added expressionsvoid expressionsRemoved(IExpression[] expressions)
expressions
- the removed expressionsvoid expressionsChanged(IExpression[] expressions)
expressions
- the changed expressions
|
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.