com.icesoft.pdf
Interface AnnotationCallback

All Known Implementing Classes:
MyAnnotationCallback, ThePilot

public interface AnnotationCallback

Annotation callback allows developers to control how Annotation and their actions are executed.

Since:
2.6
Author:
ICEsoft Technologies, Inc.
See Also:
DocumentViewController.setAnnotationCallback(AnnotationCallback)

Method Summary
 void proccessAnnotationAction(Annotation annotation)
          Implemented Annotation Callback method.
 

Method Detail

proccessAnnotationAction

public void proccessAnnotationAction(Annotation annotation)

Implemented Annotation Callback method. When an annotation is activated in a PageViewComponent it passes the annotation to this method for processing. The PageViewComponent take care of drawing the annotation states but it up to this method to process the annotation.

Parameters:
annotation - annotation that was activated by a user via the PageViewComponent.