Observer mode for JavaScript design patterns (recommended) _javascript tips

Source: Internet
Author: User

Recommended reading: JavaScript Observer mode (Classic)

1. What is the Observer pattern

The observer pattern is sometimes referred to as the publish-subscribe model, in which an observer can manage all of the goals and give notice when the state changes. (In fact, the same is true for publish subscriptions in SQL Server)

2. Popular explanations

If the radio in the village was an observer, then every villager was the object of observation, and if there was a notice in the village and the policy changed, it would need to be released by radio instead of a direct home run to send a notice.

3. Code

<! DOCTYPE html>  

The

is written here, the Observer pattern is implemented, but there may be multiple villages that need this pattern, and that's how we can transform observer into constructors.

<! DOCTYPE html>  

About the JavaScript design mode of the Observer Mode Small series to introduce you here, I hope to help you!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.