Summary:
In this installment of the
Design Techniques column, I propose the "event generator" as a Java idiom. The article provides a background on the concepts of patterns and idioms, describes the observer pattern, and demonstrates the idiomatic way to implement the observer pattern in Java.
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: August 1, 1998 8:34 AM by
Bill
|
In this installment of the Design Techniques column, I propose the "event generator" as a Java idiom. The article provides a background on the concepts of patterns and idioms, describes the observer pattern, and demonstrates the idiomatic way to implement the observer pattern in Java. Read this Artima.com article: http://www.artima.com/designtechniques/eventgen.html
|
|