Description Usage Details Value Author(s) Examples
EventRegistry constructor
1 |
An EventRegistry is a collection of Events. Each Event has a name and a list of functions, each known as a handler. Events can be modified or triggered. When triggered, each function is called in turn, and the final return value is returned to the triggering context.
EventRegistry
Brad Friedman
1 | r <- new.event.registry()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.