|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EPStatementStateListener
Interface for receiving callback events pertaining to statement creation and statement state transitions.
Implementations must not block the operation.
Method Summary | |
---|---|
void |
onStatementCreate(EPServiceProvider serviceProvider,
EPStatement statement)
Called to indicate that a new statement has been created in stopped state. |
void |
onStatementStateChange(EPServiceProvider serviceProvider,
EPStatement statement)
Called to indicate that a statement has changed state. |
Method Detail |
---|
void onStatementCreate(EPServiceProvider serviceProvider, EPStatement statement)
The #onStatementStateChange method is also invoked upon statement start.
serviceProvider
- the service provider instance under which the statement has been createdstatement
- the new statementvoid onStatementStateChange(EPServiceProvider serviceProvider, EPStatement statement)
serviceProvider
- the service provider instance under which the statement has been createdstatement
- the statement that changed state
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |