public interface SegmentListener
newSegment() event by a SegmentMaker.| Modifier and Type | Method and Description |
|---|---|
void |
newSegment(TimeStamp start,
TimeStamp end)
newSegment even, called by any
SegmentMakers that this SegmentListener is listening to. |
void newSegment(TimeStamp start, TimeStamp end)
SegmentMakers that this SegmentListener is listening to.start - the start time.end - the end time.