javafx use multiple same type of event handlers on a single node
listView1.addEventHandler(DragEvent.DRAG_DROPPED, e -> { // handler code });