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

eu.future.earth.gwt.client.date.HasCalendarEventHandlers Maven / Gradle / Ivy

The newest version!
package eu.future.earth.gwt.client.date;

import com.google.gwt.event.shared.HandlerRegistration;
import com.google.gwt.event.shared.HasHandlers;

public interface HasCalendarEventHandlers extends HasHandlers{

	HandlerRegistration addDateEventHandler(DateEventListener handler);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy