标签: java javafx adapter
我知道来自AWT的AdopterClasses就像“WindowAdapter”。我不需要实现其中的每个方法。 JavaFX中是否有任何Adapter类?或者我们不需要它们,因为EventHandler是以通用方式编写的,只有一种方法称为“句柄”?