Interface TrackingWriter
-
- All Known Implementing Classes:
TrackingToLogWriterImpl
public interface TrackingWriterWill persist or processTrackingItems recorded by theTrackingRecorder.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtrackingItemCreated(TrackingItem item)Callback to notify the write that a new history item was created.
-
-
-
Method Detail
-
trackingItemCreated
void trackingItemCreated(TrackingItem item)
Callback to notify the write that a new history item was created.- Parameters:
item-
-
-