Class: AltimeterBaroKeyEventHandler
A handler for altimeter barometric setting key events.
Constructors
constructor
• new AltimeterBaroKeyEventHandler(bus
): AltimeterBaroKeyEventHandler
Constructor.
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus. |
Returns
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:24
Methods
destroy
▸ destroy(): void
Destroys this handler.
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:93
init
▸ init(): Promise
<void
>
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.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/Input/AltimeterBaroKeyEventHandler.ts:54