public interface TriStateExpressionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNewState(java.lang.String id,
long timestamp,
TriState newState)
This method will be invoked when the
Expression with the given id
changes state to a new TriState. |
void onNewState(java.lang.String id,
long timestamp,
TriState newState)
Expression with the given id
changes state to a new TriState.id - the id of the Expression.timestamp - the timestamp when the change happened.newState - the new state.