com.qoppa.pdfViewer
Interface IAnnotSelectionListener


public interface IAnnotSelectionListener

This interface listens to selection events.

Author:
Qoppa Software

Method Summary
 void annotsDeselected(Vector annotComps)
          This notification is sent when one or more AnnotationComponents are de-selected (or deleted)
 void annotSelected(AnnotationComponent comp)
          This notification is sent when an AnnotationComponent is selected
 void annotsGrouped(Vector annots)
          This notification is sent when Annotations are grouped
 void annotsUngrouped(Vector annots)
          This notification is sent when Annotations are ungrouped
 void widgetsDeselected(Vector annotComps)
          A widget was deselected.
 

Method Detail

annotSelected

public void annotSelected(AnnotationComponent comp)
This notification is sent when an AnnotationComponent is selected

Parameters:
comp - The AnnotationComponent which has been selected

annotsDeselected

public void annotsDeselected(Vector annotComps)
This notification is sent when one or more AnnotationComponents are de-selected (or deleted)

Parameters:
annotComps - a list of the de-selected AnnotationComponents

widgetsDeselected

public void widgetsDeselected(Vector annotComps)
A widget was deselected.

Parameters:
annotComps - The component that lost selection.

annotsGrouped

public void annotsGrouped(Vector annots)
This notification is sent when Annotations are grouped

Parameters:
annots - A list of the newly grouped annotations

annotsUngrouped

public void annotsUngrouped(Vector annots)
This notification is sent when Annotations are ungrouped

Parameters:
annots - A list of the newly grouped annotations