Bubbling Library > Examples

Dispatcher - How to pass parameters thru the dispatcher

In this example, you will see how to pass parameters from the area's initialization until methods defined within the content.

Facts:

- The method "after" execute a function defined inside the content when the new content is ready.
- The executed method can access to variables defined in the initialization of the area.
- You can use the same trick for delegate, process and jsLoader too.