public class StatementStopServiceImpl extends Object implements StatementStopService
Constructor and Description |
---|
StatementStopServiceImpl()
ctor.
|
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.
|
public void addSubscriber(StatementStopCallback callback)
StatementStopService
addSubscriber
in interface StatementStopService
callback
- is the callback functionpublic void fireStatementStopped()
StatementStopService
fireStatementStopped
in interface StatementStopService