MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / trigger

Method trigger

packages/alphatab/src/EventEmitter.ts:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public trigger(): void {
68 for (const l of this._listeners) {
69 l();
70 }
71 }
72}
73
74/**

Callers 15

AlphaTabViewClass · 0.45
onReadyMethod · 0.45
onSampleRequestMethod · 0.45
onSamplesPlayedMethod · 0.45
onGlobalLayoutMethod · 0.45
openMethod · 0.45
updatePositionMethod · 0.45
onLongPressMethod · 0.45
onSingleTapConfirmedMethod · 0.45
onTouchMethod · 0.45
onLayoutChangeMethod · 0.45
onLayoutChangeMethod · 0.45

Calls

no outgoing calls

Tested by 2

simulateSeekMethod · 0.36
openMethod · 0.36