public class RemovedTrackerStatus extends WrappedTrackerStatus
EventTrackerStatus
which no active work is occurring on. Can be used as a marker to react on in
the EventTrackerStatusChangeListener
.Constructor and Description |
---|
RemovedTrackerStatus(EventTrackerStatus removedTrackerStatus)
Initializes the
RemovedTrackerStatus using the given removedTrackerStatus . |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
boolean |
trackerRemoved()
Returns a
boolean describing whether this EventTrackerStatus has just stopped it's progress. |
equals, getCurrentPosition, getError, getResetPosition, getSegment, getTrackingToken, hashCode, isCaughtUp, isErrorState, isMerging, isReplaying, mergeCompletedPosition, trackerAdded
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isDifferent, isDifferent, matchPositions, matchStates
public RemovedTrackerStatus(EventTrackerStatus removedTrackerStatus)
RemovedTrackerStatus
using the given removedTrackerStatus
.removedTrackerStatus
- the removed EventTrackerStatus
this implementation referencespublic boolean trackerRemoved()
EventTrackerStatus
boolean
describing whether this EventTrackerStatus
has just stopped it's progress.
Particularly useful if the EventTrackerStatusChangeListener
should react to removed status'.trackerRemoved
in interface EventTrackerStatus
trackerRemoved
in class WrappedTrackerStatus
true
if this EventTrackerStatus
was just removed, false
otherwiseCopyright © 2010–2022. All rights reserved.