Class DeleteQueryListener

java.lang.Object
com.streambase.liveview.client.DeleteQueryListener
All Implemented Interfaces:
QueryListener, SnapshotResult, Closeable, AutoCloseable, EventListener

public final class DeleteQueryListener extends Object implements SnapshotResult, QueryListener
A Convenience implementation of QueryListener that provides a pull based iterator pattern for iterating over snapshot queries. This should be used with snapshot queries only. Snapshots that hit the row limit are ended without any special notification.
Since:
1.5.2