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

react4j.dom.events.DragEventHandler Maven / Gradle / Ivy

The newest version!
package react4j.dom.events;

import jsinterop.annotations.JsFunction;

@JsFunction
@FunctionalInterface
public interface DragEventHandler
{
  void onDragEvent( DragEvent event );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy