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
SegmentMaker s that this SegmentListener is listening to. |
void newSegment(TimeStamp start, TimeStamp end)
SegmentMaker
s that this SegmentListener is listening to.start
- the start time.end
- the end time.