Update ThreadProcessor documentation

This commit is contained in:
Dmitriy Simushev 2012-10-12 12:42:47 +00:00
parent a310180709
commit 498a34ae19

View File

@ -21,10 +21,12 @@
* Register events (see RequestProcessor::registerEvents() for details):
* - threadRequestReceived
* - threadReceiveRequestError
* - threadResponseReceived
* - threadCallError
* - threadFunctionCall
*
* WARNING:
* threadResponseReceived registered but never called because of asynchronous nature of Core-to-Window interaction
*
* Implements Singleton pattern
*/
class ThreadProcessor extends RequestProcessor {