public interface com.sun.javafx.tk.TKDragGestureListener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.sun.javafx.tk.TKDragGestureListener
  super_class: java.lang.Object
{
  public abstract void dragGestureRecognized(double, double, double, double, int, com.sun.javafx.tk.TKClipboard);
    descriptor: (DDDDILcom/sun/javafx/tk/TKClipboard;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      x          
      y          
      screenX    
      screenY    
      button     
      dragboard  
}
SourceFile: "TKDragGestureListener.java"