TilesEventHolder

Surface that lets EventManager ask a screen's TilesManager which currently-registered EventSchemas match a given EventTrigger, without EventManager needing to know anything about the shape of the tile tree itself — the collaborator behind EventManager.triggerEvents, which is how a screen-level trigger like onDisplay() finds and runs every matching event anywhere in the tree.

Inheritors

Functions

Link copied to clipboard
abstract fun getEventsByTrigger(eventTrigger: EventTrigger): List<EventSchema>?

Every EventSchema currently registered anywhere in this screen's tile tree whose trigger equals eventTrigger.