The name of the design pattern is Observer. The intent of this design pattern is to provide a loose coupling between an observable subject and one or more observers . A subject notifies it observers whenever its (the subject’s) state changes.
The name of the design pattern is Observer. The intent of this design pattern is to provide a loose coupling between an observable subject and one or more observers . A subject notifies it observers whenever its (the subject’s) state changes.