Uses of Class
nl.siegmann.epublib.browsersupport.NavigationEvent
-
Packages that use NavigationEvent Package Description nl.siegmann.epublib.browsersupport Provides classes that help make an epub reader application.nl.siegmann.epublib.viewer -
-
Uses of NavigationEvent in nl.siegmann.epublib.browsersupport
Methods in nl.siegmann.epublib.browsersupport with parameters of type NavigationEvent Modifier and Type Method Description private 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 NavigationEvent Modifier and Type Method Description voidContentPane. 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)
-