public interface IExpressionSessionChangeListener
addIExpressionSessionChangeListener method. When
the IExpressionSessionChange event occurs, that object's appropriate
method is invoked.
IExpressionSessionChangeEvent
Modifier and Type | Method and Description |
---|---|
void |
allExpressionsRemoved()
All expressions removed.
|
void |
expressionAddedFromCalculator(Expression e)
Expression added from calculator.
|
void |
expressionAddedFromNetwork(Expression e)
Expression added from network.
|
void |
expressionRemoved(Expression expression)
Expression removed.
|
void |
targetChanged(java.lang.Double newValue)
Target changed.
|
void allExpressionsRemoved()
void expressionAddedFromCalculator(Expression e)
e
- the evoid expressionAddedFromNetwork(Expression e)
e
- the evoid expressionRemoved(Expression expression)
expression
- the expressionvoid targetChanged(java.lang.Double newValue)
newValue
- the new value