Uses of Class
nl.siegmann.epublib.browsersupport.NavigationEvent
Packages that use NavigationEvent
Package
Description
Provides classes that help make an epub reader application.
-
Uses of NavigationEvent in nl.siegmann.epublib.browsersupport
Methods in nl.siegmann.epublib.browsersupport with parameters of type NavigationEventModifier and TypeMethodDescriptionprivate voidNavigator.handleEventListeners(NavigationEvent navigationEvent) voidNavigationEventListener.navigationPerformed(NavigationEvent navigationEvent) Called whenever the user navigates to another position in the book.voidNavigationHistory.navigationPerformed(NavigationEvent navigationEvent) If this is not the source of the navigationEvent then the addLocation will be called with the href of the currentResource in the navigationEvent. -
Uses of NavigationEvent in nl.siegmann.epublib.viewer
Methods in nl.siegmann.epublib.viewer with parameters of type NavigationEventModifier and TypeMethodDescriptionvoidContentPane.navigationPerformed(NavigationEvent navigationEvent) voidGuidePane.navigationPerformed(NavigationEvent navigationEvent) voidHTMLDocumentFactory.navigationPerformed(NavigationEvent navigationEvent) voidMetadataPane.navigationPerformed(NavigationEvent navigationEvent) voidNavigationBar.navigationPerformed(NavigationEvent navigationEvent) voidSpineSlider.navigationPerformed(NavigationEvent navigationEvent) voidTableOfContentsPane.navigationPerformed(NavigationEvent navigationEvent)