@FunctionalInterface
public static interface FullStatement.IStatementChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onChange(FullStatement<?> statement,
int paramIndex) |
void onChange(FullStatement<?> statement, int paramIndex)
statement
- The statement that changedparamIndex
- The index of the parameter that changed, or -1 if the main IStatement
changed.