Package org.faceless.pdf2.viewer2
Interface DocumentPanelListener
-
- All Known Implementing Classes:
AbstractRegionSelector
,AnnotationAdd
,AnnotationAddLine
,BackgroundSignatureVerifier
,BackgroundTextExtractor
,ContinuousPageView
,Coordinates
,CropPage
,DragScroll
,DualPageView
,Export
,HighlightSelectionAction
,Importer.ImporterTask
,MarkupSelectionAction
,NavigationWidget
,NetworkSave
,PageFirst
,PageLast
,PageNext
,PageNumber
,PagePrevious
,Print
,PrintSystem
,RedactSelectionAction
,Save
,SaveAs
,SearchField
,SearchPanel.Results
,SelectArea
,SinglePageView
,StrikeOutSelectionAction
,TextCopyAction
,TextHighlighter
,TextTool
,ThumbnailPanel.View
,TotalPages
,UnderlineSelectionAction
,Undo
,WarningNotifier
,ZoomFit
,ZoomFitHeight
,ZoomFitWidth
,ZoomLevel
,ZoomSelection
public interface DocumentPanelListener
A Listener that should be implemented by any objects wanting to be notified whenever aDocumentPanelEvent
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
documentUpdated(DocumentPanelEvent event)
Called when anDocumentPanelEvent
is raised
-
-
-
Method Detail
-
documentUpdated
void documentUpdated(DocumentPanelEvent event)
Called when anDocumentPanelEvent
is raised
-
-