Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 226 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 226 Bytes

swing-observer-pattern

exemple d'utilisation du pattern observer appliqué à l'interface graphique. Le formulaire (JDialog) émet des évènements suite à un traitement. La classe Main s'abonne et traite ces évènements.