blob: b94d58b4873e7145af9a165e49139d1a3aa91445 [file] [log] [blame]
public class A {
public static void main(String[] args) {
ActionListener al = new ActionListener() {
public void actionPerformed(ActionEvent arg0) {
// do something
}
};
}
}