Module atspi_proxies::events

source ·

Modules§

Structs§

Enums§

  • All events related to the org.a11y.atspi.Cache interface. Note that these are not telling the client that an item has been added to a cache. It is telling the client “here is a bunch of information to store it in your cache”.
  • Encapsulates the various different accessibility bus signal types.
  • Covers both EventListener events.

Constants§

Traits§

  • Describes the DBus-related information about a given struct.
  • EventProperties allows access to the internals of an event, specifically:
  • Describes properties of a specific event type.
  • A specific trait only to define match rules. This is useful for event wrappers like ObjectEvents, which, while it does not have other information required to implement the BusProperties trait, you can indeed add a match rule to the DBus connection to capture all sub events of ObjectEvents.
  • A specific trait only to define registry event matches. This is useful for event wrappers like ObjectEvents, which, while it does not have other information required to implement the BusProperties trait, you can indeed add a match rule to the AT-SPI connection to subscribe to all sub events of ObjectEvents.