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
|
com.espertech.esper.dataflow.ops |
Data flow built-in operators.
|
Modifier and Type | Method and Description |
---|---|
Iterator<StatementAwareUpdateListener> |
EPListenable.getStatementAwareListeners()
Returns an iterator of statement-aware update listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
EPListenable.addListener(StatementAwareUpdateListener listener)
Add a statement-aware listener that observes events.
|
void |
EPListenable.removeListener(StatementAwareUpdateListener listener)
Remove a statement-aware listener that observes events.
|
Modifier and Type | Method and Description |
---|---|
StatementAwareUpdateListener[] |
EPStatementListenerSet.getStmtAwareListeners()
Returns the set of statement-aware listeners.
|
Modifier and Type | Method and Description |
---|---|
Iterator<StatementAwareUpdateListener> |
EPStatementImpl.getStatementAwareListeners() |
Modifier and Type | Method and Description |
---|---|
void |
EPStatementListenerSet.addListener(StatementAwareUpdateListener listener)
Add a listener to the statement.
|
void |
EPStatementImpl.addListener(StatementAwareUpdateListener listener) |
void |
EPStatementListenerSet.removeListener(StatementAwareUpdateListener listener)
Remove a listeners to a statement.
|
void |
EPStatementImpl.removeListener(StatementAwareUpdateListener listener) |
Constructor and Description |
---|
EPStatementListenerSet(UpdateListener[] listeners,
StatementAwareUpdateListener[] stmtAwareListeners) |
Modifier and Type | Class and Description |
---|---|
static class |
EPStatementSource.EmitterCollectorUpdateListener |
static class |
EPStatementSource.EmitterUpdateListener |