java javafx handle multiple events of the same type

www.lautt‮iru‬.com
java javafx handle multiple events of the same type

javafx use multiple same type of event handlers on a single node

listView1.addEventHandler(DragEvent.DRAG_DROPPED, e -> {
    // handler code
});
Created Time:2017-10-01 20:44:41  Author:lautturi