has.event: has.event

Description Usage Arguments Details Value Author(s) Examples

Description

Predicate to test if an EventRegistry has an Event of a given name

Usage

1
has.event(registry, event)

Arguments

registry

EventRegistry

event

String. Name of the Event.

Details

Predicate to test if an EventRegistry has an Event of a given name

Value

Logical

Author(s)

Brad Friedman

Examples

1
2
3
4
r <- new.event.registry()
has.event(r, "mouseclick")
add.event(r, "mouseclick")
has.event(r, "mouseclick")

apomatix/AnalysisPageServer documentation built on May 26, 2019, 11:36 a.m.