public interface StatementStopService
Modifier and Type | Method and Description |
---|---|
void |
addSubscriber(StatementStopCallback callback)
Add a callback to perform for a stop of a statement.
|
void |
fireStatementStopped()
Used by the engine to indicate a statement stopped, invoking any callbacks registered.
|
void addSubscriber(StatementStopCallback callback)
callback
- is the callback functionvoid fireStatementStopped()