Package adams.gui.tools.audioannotator
Interface AnnotationListener
-
- All Known Implementing Classes:
EventQueue
public interface AnnotationListener
an interface that describes a listener for an annotation event- Author:
- sjb90
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
annotationOccurred(AnnotationEvent e)
Receives an AnnotationEvent that contains a Step
-
-
-
Method Detail
-
annotationOccurred
void annotationOccurred(AnnotationEvent e)
Receives an AnnotationEvent that contains a Step- Parameters:
e
- the event containing the Step
-
-