blob: 4871c1b20234e83e98faa0577939e07cfa8e00c2 [file] [log] [blame]
def listener = <spot>new ActionListener(){
public void actionPerformed(ActionEvent e) {
print "action performed"
}
}</spot>