Class AbstractBatchedQueryListener

java.lang.Object
com.streambase.liveview.client.AbstractQueryListener
com.streambase.liveview.client.AbstractBatchedQueryListener
All Implemented Interfaces:
QueryListener, EventListener

public abstract class AbstractBatchedQueryListener extends AbstractQueryListener
An abstract implementation of a QueryListener that batches up multiple events and sends them to the concrete implementation.

Concrete implementations must implement the abstract snapshot(List, boolean) and update(List) methods to receive batched up events.