net.sourceforge.nite.tools.videolabeler
Interface AnnotationSelectionListener

All Known Implementing Classes:
AgentTargetControlPanel, AnnotationControlPanel, FeeltraceTargetControlPanel, LabelTargetControlPanel, TargetControlPanel, TreeTargetControlPanel

public interface AnnotationSelectionListener

An annotation selection listener is notified when an annotation is selected in the annotation area (see AnnotationArea) of an annotation frame (see AnnotationFrame). This means that the selected annotation should become the current annotation of the annotation frame. It should cancel any unfinished annotation made by the target control panel (see TargetControlPanel).


Method Summary
 void annotationSelected(NOMObjectModelElement annotation)
          Called when an existing annotation has been selected.
 

Method Detail

annotationSelected

void annotationSelected(NOMObjectModelElement annotation)

Called when an existing annotation has been selected.

Parameters:
annotation - the selected annotation