This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

The Observer Pattern is implemented by "Flash Section", what are the advantages of this design?

In order to implement the event callback mechanism,
the Observer Pattern is implemented by "Flash Section".
This idea is novel, But what are the advantages of this method compared to the traditional method?
Code efficiency? Decoupling ?

Related