Toolkit events are now correctly registered for and dispatched
[platform/core/uifw/at-spi2-atk.git] / idl / Accessibility_Application.idl
index 6ecd658..033b24d 100644 (file)
@@ -51,6 +51,12 @@ module Accessibility {
     attribute string id;
 
     /**
+     * Register with this application's toolkit for "toolkit" event notifications.
+     *
+     **/
+    void registerToolkitEventListener (in EventListener listener, in string eventName);
+
+    /**
      * pause:
      * Returns: %true if the request succeeded, %false otherwise.
      *