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

de.swm.commons.mobile.client.widgets.scroll.IScrollMonitor Maven / Gradle / Ivy

package de.swm.commons.mobile.client.widgets.scroll;

/**
 * Enables reactions to scroll gestures.
 */
public interface IScrollMonitor {

	void onScrollStart();

	void onScrollEnd();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy