public interface AnnotationListener
Modifier and Type | Method and Description |
---|---|
void |
clearAnnotations()
Called when all annotations for all channels need to be cleared.
|
void |
clearAnnotations(int aChannelIdx)
Called when the annotations for a single channel need to be cleared.
|
void |
onAnnotation(Annotation<?> aAnnotation)
Called for each annotation.
|
void clearAnnotations()
Called before any annotation is added.
void clearAnnotations(int aChannelIdx)
Called before any annotation is added.
aChannelIdx
- the channel index to clear the annotation for, >= 0 && < 32.void onAnnotation(Annotation<?> aAnnotation)
aAnnotation
- the (new) annotation, cannot be null
.Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.