Remove a JList List Selection Listener that was added using a Lambda

184 Views Asked by At

I added a JList Selection Listener using a Lambda and I find I need to remove the listener while doing an operation. I haven't seen any examples on how to do this. I ended up using an older method of creating a Listener and saving a reference to it.

0

There are 0 best solutions below