import java.awt.event.*; class A { private ActionListener b = new ActionListener() { public void actionPerformed(ActionEvent e) { } }; }