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