core/pubsub

Description:
  • A simple Javascript PubSub implementation.

Source:
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

A simple Javascript PubSub implementation.

Members

(static, constant) publish

Description:
  • Publish an event to all subscribers.

Source:

Publish an event to all subscribers.

(static, constant) subscribe

Description:
  • Subscribe to an event.

Source:

Subscribe to an event.

(static, constant) unsubscribe

Description:
  • Unsubscribe from an event.

Source:

Unsubscribe from an event.