(e3, t3)
| 2828 | return this._parser.registerEscHandler(e3, t3); |
| 2829 | } |
| 2830 | registerOscHandler(e3, t3) { |
| 2831 | return this._parser.registerOscHandler(e3, new g.OscHandler(t3)); |
| 2832 | } |
| 2833 | bell() { |
| 2834 | return this._onRequestBell.fire(), true; |
| 2835 | } |
nothing calls this directly
no test coverage detected