Skip to main content

alphaTab.IEventEmitter

Description

An emitter for an event without any value passed to the listeners.

 interface IEventEmitter

Methods

off(() => void)

Unregisters the given handler from this event.

on(() => void)

Registers to the event with the given handler