Class: AltimeterBaroKeyEventHandler
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:9
A handler for altimeter barometric setting key events.
Constructors
Constructor
new AltimeterBaroKeyEventHandler(
bus
):AltimeterBaroKeyEventHandler
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:24
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
AltimeterBaroKeyEventHandler
Methods
destroy()
destroy():
void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:93
Destroys this handler.
Returns
void
init()
init():
Promise
<void
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:54
Initializes this handler.
Returns
Promise
<void
>
A Promise which will be fulfilled when this handler is fully initialized, or rejected if this handler is destroyed before then.