Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
com.espertech.esper.client.scopetest |
Test framework classes.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
Iterator<UpdateListener> |
EPListenable.getUpdateListeners()
Returns an iterator of update listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
EPListenable.addListener(UpdateListener listener)
Add a listener that observes events.
|
void |
EPStatement.addListenerWithReplay(UpdateListener listener)
Add an update listener replaying current statement results to the listener.
|
void |
EPListenable.removeListener(UpdateListener listener)
Remove a listener that observes events.
|
Modifier and Type | Class and Description |
---|---|
class |
SupportUpdateListener
Update listener that retains the events it receives for use in assertions.
|
Modifier and Type | Method and Description |
---|---|
UpdateListener[] |
EPStatementListenerSet.getListeners()
Returns the set of listeners to the statement.
|
Modifier and Type | Method and Description |
---|---|
Iterator<UpdateListener> |
EPStatementImpl.getUpdateListeners() |
Modifier and Type | Method and Description |
---|---|
void |
EPStatementListenerSet.addListener(UpdateListener listener)
Add a listener to the statement.
|
void |
EPStatementImpl.addListener(UpdateListener listener)
Add a listener to the statement.
|
void |
EPStatementImpl.addListenerWithReplay(UpdateListener listener) |
void |
EPStatementListenerSet.removeListener(UpdateListener listener)
Remove a listeners to a statement.
|
void |
EPStatementImpl.removeListener(UpdateListener listener)
Remove a listeners to a statement.
|
Constructor and Description |
---|
EPStatementListenerSet(UpdateListener[] listeners,
StatementAwareUpdateListener[] stmtAwareListeners) |
Constructor and Description |
---|
PatternListenerDispatch(Set<UpdateListener> listeners)
Constructor.
|