Skip to content

Latest commit

 

History

History
 
 

observer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Observer Pattern

Define a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

GOF