Daily Archives: April 21, 2010

My Interpretation of the Signals and Slots Pattern

What happens An ObservableClass ‘emits‘ signals when something interesting happens. Examples of interesting things: a property change in a bean; a new db connection up; a window closes Emitting a signal is something that has to be done manually by … Continue reading

Posted in Design Patterns, Java, Software Development | Leave a comment