-
Notifications
You must be signed in to change notification settings - Fork 23
ViSH Editor Messenger
Aldo edited this page Jun 15, 2015
·
1 revision
The following schema ilustrates how ViSH Editor internal events are handled, and how external web applications can communicate and interact with the ViSH Editor tool or with any learning object created using ViSH Editor.
Take into account that:
- Any internal module of ViSH Editor can (and should) notify their events to the Events Notifier module.
- Any module interested in listen to some event, can register callbacks using the Events Notifier API.
- The module of ViSH Editor in charge of handle the communications between the tool and external web applications is the Iframe Messenger module.