Build c572fa185d05 proxy

Howard Lovatt howard.lovatt at gmail.com
Fri Sep 10 22:30:16 PDT 2010


Hi,

With my usual source and the latest build:

    final ActionListener al4 = Main#print( ActionEvent );
    b1.addActionListener( al4 );
    b1.doClick();
    b1.removeActionListener( al4 );
    b1.doClick();

Gives:

  Main.print method called
  Main.print method called

IE the remove doesn't work.

Cheers,

 -- Howard.


More information about the lambda-dev mailing list