Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Observer-Pattern

The Observer Pattern is similar to the event bus system, but specifically tailored to multiple instances of an object/subject with multiple observers for individual, unique events. An observer directly affects a subject depending on the subject's current state.

About

The Observer Pattern is similar to the event bus system, but specifically tailored to multiple instances of an object/subject with multiple observers for individual, unique events. An observer directly affects a subject depending on the subject's current state.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages