Product: Application Framework
Type: new
Title: Asynchronous callback service for UNO awt
Posted by: [EMAIL PROTECTED]
Affected: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL
PROTECTED],toolkit
Effective from: CWS fwk78
*Flags*
-------
API/ BASIC [ ]
Configuration [ ]
File format change [ ]
Help/ Guide [ ]
Performance test [ ]
Translation [ ]
UI relevant [ ]
*Description*
-------------
Due to developer demand a new asynchronous callback service has been
added to UNO awt toolkit. The asynchronous callback service works
internally with PostUserMessage. Therefore can only work when the
message loop is running.
module com { module sun { module star { module awt {
+interface XCallback
+{
+ void notify( [in] any aData );
+};
+interface XRequestCallback
+{
+void addCallback( [in] XCallback xCallback, [in] any aData );
+};
+service AsyncCallback: XRequestCallback;
}; }; }; };
You can find more information in the specification.
*Specification URL*
-------------------
http://wiki.services.openoffice.org/wiki/Framework/Article/Asynchronous_Callback_Service
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]