T - Type of changed information about the querypublic abstract class QueryEvent<T> extends LensEvent
| Constructor and Description |
|---|
QueryEvent(long eventTime,
T prev,
T current,
QueryHandle handle)
Instantiates a new query event.
|
public QueryEvent(long eventTime,
T prev,
T current,
QueryHandle handle)
eventTime - the event timeprev - the prevcurrent - the currenthandle - the handleCopyright © 2014–2015 Apache Software Foundation. All rights reserved.