Interface: GtcInteractionHandler
A handler which can respond to and optionally handle instances of GtcInteractionEvent.
Hierarchy
GtcInteractionHandler
↳
GtcAvionicsSettingsPageTabContent
Implemented by
Methods
onGtcInteractionEvent
▸ onGtcInteractionEvent(event
): boolean
Handles a GtcInteractionEvent.
Parameters
Name | Type | Description |
---|---|---|
event | GtcInteractionEvent | The event to handle. |
Returns
boolean
Whether the event was handled.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcInteractionEvent.ts:51