Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

ThreadProxy Class Reference

Listen for events of type void MethodName(object o) and transmit them using ThreadNotify.WakeupMain(). The parameter are stored in a queue. More...

List of all members.

Public Member Functions

 ThreadProxy (ReadyEvent readyEvent)
bool GetParameter (out object parameter)
void HandleEvent (object o)

Private Attributes

Queue queue = new Queue()


Detailed Description

Listen for events of type void MethodName(object o) and transmit them using ThreadNotify.WakeupMain(). The parameter are stored in a queue.

Remember that readyEvent will be called only once, if multiply events are thrown without them being caught by the GTK event thread. Therefore, do something like "while (GetParameter != null)".


Constructor & Destructor Documentation

ThreadProxy::ThreadProxy ReadyEvent  readyEvent  )  [inline]
 


Member Function Documentation

bool ThreadProxy::GetParameter out object  parameter  )  [inline]
 

void ThreadProxy::HandleEvent object  o  )  [inline]
 


Member Data Documentation

Queue ThreadProxy::queue = new Queue() [private]
 


The documentation for this class was generated from the following file: SourceForge.net Logo