Package org.faceless.pdf2.viewer2
Interface PagePanelListener
-
- All Known Implementing Classes:
TextHighlighter
,TextTool
public interface PagePanelListener
A listener that should be implemented by any objects wanting to be notified whenever aPagePanelEvent
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
pageUpdated(PagePanelEvent event)
Called when aPagePanelEvent
is raised
-
-
-
Method Detail
-
pageUpdated
void pageUpdated(PagePanelEvent event)
Called when aPagePanelEvent
is raised
-
-