Package org.faceless.pdf2.viewer2
Interface PagePanelInteractionListener
-
- All Known Implementing Classes:
AbstractRegionSelector
,AnnotationAdd
,AnnotationAddLine
,Coordinates
,SelectArea
,TextTool
,ZoomSelection
public interface PagePanelInteractionListener
A listener that should be implemented by any objects wanting to be notified whenever aPagePanelInteractionEvent
is raised.This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pageAction(PagePanelInteractionEvent event)
Called when aPagePanelInteractionEvent
is raised
-
-
-
Method Detail
-
pageAction
void pageAction(PagePanelInteractionEvent event)
Called when aPagePanelInteractionEvent
is raised
-
-