be.hogent.tarsos.sampled.pitch
Interface AnnotationHandler


public interface AnnotationHandler

An interface to react to annotations.

Author:
Joren Six

Method Summary
 void handleAnnotation(Annotation annotation)
          Use this method to react to annotations.
 

Method Detail

handleAnnotation

void handleAnnotation(Annotation annotation)
Use this method to react to annotations.

Parameters:
annotation - The annotation to handle.