Tag: observer

Observer Design Pattern with Java

Do you remember how to use the Swing API with action events? If not, refresh your memory here: When using the Swing API you also use the Observer pattern maybe even without realizing it. The Observer pattern enables us to decouple the observed...