EventListenerList firing order

Since the documentation for JSlider and JComponent etc don’t mention the order of listener notification, I would hesitate to rely on it, at least without thorough testing on each subsequent version of the JRE.

If you really need to rely on the order, consider setting up a chain of listeners, ie Listener one will notify listener two etc.

Leave a Comment