MyProcessingThread(Private) Class Reference

Private methods of MyProcessingThread class. More...

List of all members.

Public Member Functions

(id) - initWithAttributes:document:connection:
 Thread controller initialization.
(void) - processList
 Process all the items in the list.


Detailed Description

Private methods of MyProcessingThread class.

Member Function Documentation

- (id) initWithAttributes: (NSDictionary *)  attributes
document: (MyDocument *)  document
connection: (MyThreadConnection *)  cnx 

Thread controller initialization.

Parameters:
attributes Thread attributes in a dictionary
document The document which launch this thread.
cnx The connection with the main thread

- (void) processList  

Process all the items in the list.

Returns:
None The loop exits when the last item is processed or if the main thread stopped the processing.
The run loop is run at each iteration to allow inter-threads method call. The run loop is just queried for a pending inter-thread message.


The documentation for this class was generated from the following file:
Generated on Sat Mar 22 17:44:52 2008 for Lynkeos by  doxygen 1.5.4