EventListener
Object Hierarchy:
Description:
Namespace: Atspi
Package: atspi-2
Content:
Static methods:
- public static bool deregister_from_callback (EventListenerCB callback, string event_type) throws Error
Deregisters an EventListenerCB from the registry, for a specific event type.
- public static bool deregister_no_data (EventListenerSimpleCB callback, string event_type) throws Error
deregisters an EventListenerSimpleCB from the registry, for a specific event type.
- public static bool register_from_callback (owned EventListenerCB callback, string event_type) throws Error
Registers an EventListenerCB against an
event_type
. - public static bool register_from_callback_full (owned EventListenerCB? callback, string event_type, Array<string> properties) throws Error
- public static bool register_from_callback_with_app (owned EventListenerCB? callback, string event_type, Array<string> properties, Accessible? app) throws Error
- public static bool register_no_data (owned EventListenerSimpleCB callback, string event_type) throws Error
Registers an
AtspiEventListenetSimpleCB
.
Creation methods:
- public EventListener (owned EventListenerCB callback)
Creates a new EventListener associated with a specified
callback
. - public EventListener.simple (owned EventListenerSimpleCB callback)
Creates a new EventListener associated with a specified
callback
.
Methods:
- public bool deregister (string event_type) throws Error
Deregisters an EventListener from the registry, for a specific event type.
- public bool register (string event_type) throws Error
Adds an in-process callback function to an existing EventListener.
- public bool register_full (string event_type, Array<string>? properties) throws Error
Adds an in-process callback function to an existing EventListener.
- public bool register_with_app (string event_type, Array<string>? properties, Accessible? app) throws Error
Adds an in-process callback function to an existing EventListener.
Fields:
- public EventListenerCB callback
Inherited Members:
All known members inherited from class GLib.Object