I have an ArrayList which I add some Objects to it dynamically, and I have a JButton. The ArrayList is empty when running my program and the JButton is set to setEnabled(fal
If you write your own List implementation, as @Jon Skeet suggests, you can give it an EventListenerList. The API outlines the relevant methods.
List