public abstract class StatusChange extends QueryEvent<QueryStatus.Status>
Constructor and Description |
---|
StatusChange(long eventTime,
QueryStatus.Status prev,
QueryStatus.Status current,
QueryHandle handle)
Instantiates a new status change.
|
getCurrentValue, getEventId, getPreviousValue, getQueryHandle, toString
getEventTime
public StatusChange(long eventTime, QueryStatus.Status prev, QueryStatus.Status current, QueryHandle handle)
eventTime
- the event timeprev
- the prevcurrent
- the currenthandle
- the handleCopyright © 2014–2018 Apache Software Foundation. All rights reserved.