Learn R Programming

AnalysisPageServer (version 1.6.2)

new.event.registry: new.event.registry

Description

EventRegistry constructor

Usage

new.event.registry()

Arguments

Value

EventRegistry

Details

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.

Examples

Run this code
r <- new.event.registry()

Run the code above in your browser using DataLab