Class LiveResult

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

public class LiveResult extends Object implements QueryListener
A live result is a QueryListener the receives and maintains a local copy of tuples. Methods exists to retrieve the current list of tuples maintained locally. The live results can also be constructed with a nested QueryListener. In this mode the live result will propagate events it received to the nested listener. It will also modify update and remove events to include the old or removed tuple (in addition to the new tuple.)