Question 1
A JavaFX action event handler contains a method ________.
◦ public void actionPerformed(Event e)
◦ public void actionPerformed(ActionEvent e)
◦ public void handle(ActionEvent e)
◦ public void handle(Event e)
Question 2
A JavaFX event handler for event type T is an instance of ________.
◦ EventHandler
◦ EventHandler
◦ ActionEvent
◦ Action