It seems as if an ActionListener
object were created with an inherited/overridden method. Has this syntax some special name?
btnLocationDev.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
...
}
});