edu.uchsc.ccp.knowtator.event
Interface SpanEditListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AnnotationUtil

public interface SpanEditListener
extends EventListener


Method Summary
 void spanEditted(SpanEditEvent see)
          To get the currently selected spans at any time call KnowtatorProjectUtil.getSelectedSpans()
 

Method Detail

spanEditted

void spanEditted(SpanEditEvent see)
To get the currently selected spans at any time call KnowtatorProjectUtil.getSelectedSpans()

See Also:
KnowtatorManager.getSelectedSpans()