Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
void |
EPServiceProvider.addStatementStateListener(EPStatementStateListener listener)
Add a listener to statement state changes that receives statement-level events.
|
boolean |
EPServiceProvider.removeStatementStateListener(EPStatementStateListener listener)
Removate a listener to statement state changes.
|
Modifier and Type | Method and Description |
---|---|
void |
EPServiceProviderImpl.addStatementStateListener(EPStatementStateListener listener) |
boolean |
EPServiceProviderImpl.removeStatementStateListener(EPStatementStateListener listener) |
Constructor and Description |
---|
StatementEventDispatcherUnthreaded(EPServiceProvider serviceProvider,
Iterable<EPStatementStateListener> statementListeners)
Ctor.
|