Package nl.siegmann.epublib.browsersupport
Provides classes that help make an epub reader application.
These classes have no dependencies on graphic toolkits, they're purely
to help with the browsing/navigation logic.
-
Interface Summary Interface Description NavigationEventListener Implemented by classes that want to be notified if the user moves to another location in the book. -
Class Summary Class Description NavigationEvent Used to tell NavigationEventListener just what kind of navigation action the user just did.NavigationHistory A history of the user's locations with the epub.NavigationHistory.Location Navigator A helper class for epub browser applications.