All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.siegmann.epublib.browsersupport.NavigationEventListener Maven / Gradle / Ivy

package nl.siegmann.epublib.browsersupport;

/**
 * Implemented by classes that want to be notified if the user moves to another location in the book.
 * 
 * @author paul
 *
 */
public interface NavigationEventListener {
	
	/**
	 * Called whenever the user navigates to another position in the book.
	 * 
	 * @param navigationEvent
	 */
	public void navigationPerformed(NavigationEvent navigationEvent);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy