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  AddedTrackerStatususing the givenaddedTrackerStatus. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | toString() | 
| boolean | trackerAdded()Returns a  booleandescribing whether thisEventTrackerStatusis starting it's progress for the
 first time. | 
equals, getCurrentPosition, getError, getResetPosition, getSegment, getTrackingToken, hashCode, isCaughtUp, isErrorState, isMerging, isReplaying, mergeCompletedPosition, trackerRemovedclone, finalize, getClass, notify, notifyAll, wait, wait, waitisDifferent, isDifferent, matchPositions, matchStatespublic AddedTrackerStatus(EventTrackerStatus addedTrackerStatus)
AddedTrackerStatus using the given addedTrackerStatus.addedTrackerStatus - the added EventTrackerStatus this implementation referencespublic boolean trackerAdded()
EventTrackerStatusboolean 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 EventTrackerStatustrackerAdded in class WrappedTrackerStatustrue if this EventTrackerStatus just started, false otherwiseCopyright © 2010–2020. All rights reserved.