net.beadsproject.beads.analysis
Interface SegmentListener

All Known Implementing Classes:
FeatureTrack

public interface SegmentListener

SegmentListeners get notified with a newSegment() event by a SegmentMaker.


Method Summary
 void newSegment(TimeStamp start, TimeStamp end)
          newSegment even, called by any SegmentMakers that this SegmentListener is listening to.
 

Method Detail

newSegment

void newSegment(TimeStamp start,
                TimeStamp end)
newSegment even, called by any SegmentMakers that this SegmentListener is listening to.

Parameters:
start - the start time.
end - the end time.