edu.uchsc.ccp.knowtator.event
Interface SelectedAnnotationChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AnnotationInstanceDisplay, AnnotationSchemaInstancesList, AnnotationSchemaTree, Knowtator, MentionDisplay

public interface SelectedAnnotationChangeListener
extends EventListener


Method Summary
 void annotationSelectionChanged(SelectedAnnotationChangeEvent sace)
          To get the currently selected annotation at any time call KnowtatorManager.getSelectedAnnotation().
 

Method Detail

annotationSelectionChanged

void annotationSelectionChanged(SelectedAnnotationChangeEvent sace)
To get the currently selected annotation at any time call KnowtatorManager.getSelectedAnnotation().

See Also:
KnowtatorManager.getSelectedAnnotation()