Interface: GtcInteractionHandler
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcInteractionEvent.ts:45
A handler which can respond to and optionally handle instances of GtcInteractionEvent.
Extended by
GtcAvionicsSettingsPageTabContent
GtcPfdSettingsPageTabContent
GtcToldDataPageTabContent
G3000GtcPlugin
Methods
onGtcInteractionEvent()
onGtcInteractionEvent(
event
):boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcInteractionEvent.ts:51
Handles a GtcInteractionEvent.
Parameters
Parameter | Type | Description |
---|---|---|
event | GtcInteractionEvent | The event to handle. |
Returns
boolean
Whether the event was handled.