public abstract class AbstractQueryListener extends Object implements QueryListener
QueryListener that can be extended
and the specified methods can be overridden. Unless you override the methods
below the callback events associated with them are essentially dropped.| Constructor and Description |
|---|
AbstractQueryListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteBegin(BeginDeleteEvent event)
Event to indicate the start of delete query.
|
void |
deleteEnd(EndDeleteEvent event)
Event to indicate the delete query is complete.
|
void |
exceptionRaised(QueryExceptionEvent event)
Event when an exception occurs during the query.
|
void |
queryClosed(QueryClosedEvent event)
Event when a query being listened to is closed.
|
void |
snapshotBegin(BeginSnapshotEvent event)
Event to indicate the start of the result snapshot.
|
void |
snapshotEnd(EndSnapshotEvent event)
Event to indicate the query snapshot is complete.
|
void |
tupleAdded(TupleAddedEvent event)
Event when a new tuple is added to the result.
|
void |
tupleRemoved(TupleRemovedEvent event)
Event when an existing tuple is removed from the result.
|
void |
tupleUpdated(TupleUpdatedEvent event)
Event when an existing tuple in the result is updated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaggMarkBegin, aggMarkEndpublic void tupleRemoved(TupleRemovedEvent event)
tupleRemoved in interface QueryListenerevent - remove eventpublic void tupleAdded(TupleAddedEvent event)
tupleAdded in interface QueryListenerevent - add eventpublic void tupleUpdated(TupleUpdatedEvent event)
tupleUpdated in interface QueryListenerevent - update eventpublic void snapshotBegin(BeginSnapshotEvent event)
snapshotBegin in interface QueryListenerevent - snapshot beginpublic void snapshotEnd(EndSnapshotEvent event)
snapshotEnd in interface QueryListenerevent - snapshot endpublic void deleteBegin(BeginDeleteEvent event)
deleteBegin in interface QueryListenerevent - delete beginpublic void deleteEnd(EndDeleteEvent event)
deleteEnd in interface QueryListenerevent - delete endpublic void exceptionRaised(QueryExceptionEvent event)
exceptionRaised in interface QueryListenerevent - exception eventpublic void queryClosed(QueryClosedEvent event)
queryClosed in interface QueryListenerevent - query closed eventCopyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.