Uses of Interface
adams.gui.tools.audioannotator.AnnotationListener
-
Packages that use AnnotationListener Package Description adams.gui.tools.audioannotator -
-
Uses of AnnotationListener in adams.gui.tools.audioannotator
Classes in adams.gui.tools.audioannotator that implement AnnotationListener Modifier and Type Class Description classEventQueueA queue that ensures that events are added to the annotations one at a time.Fields in adams.gui.tools.audioannotator with type parameters of type AnnotationListener Modifier and Type Field Description protected List<AnnotationListener>AudioAnnotationPanel. m_ListenersThe list of listeners registered with this panelMethods in adams.gui.tools.audioannotator with parameters of type AnnotationListener Modifier and Type Method Description voidAudioAnnotationPanel. addListener(AnnotationListener listener)Adds a listener to this panel
-