Main Page   Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

EventQueue Class Reference

A queue used to pass native events (messages) from the native layer (windows' BLoopers and application event loop) to the AWT dispatcher thread. More...

List of all members.


Public Members

 EventQueue ( )
int PostEvent (BMessage * msg, bool canskip)
Post an event without blocking.

BMessage* GetEvent ()
Poll for events. More...


Detailed Description

A queue used to pass native events (messages) from the native layer (windows' BLoopers and application event loop) to the AWT dispatcher thread.

With D_LOOP_MODE=1 we are posting event directly from the native layer to the Java event queue, so this is not needed.


Member Function Documentation

EventQueue::EventQueue () [inline]

int EventQueue::PostEvent (BMessage * msg, bool canskip) [inline]

Post an event without blocking.

BMessage * EventQueue::GetEvent () [inline]

Poll for events.

It may or may not block depending on the BLOCKING define


The documentation for this class was generated from the following file:
Generated at Sat Jun 10 12:37:09 2000 by doxygen 1.0.0 written by Dimitri van Heesch, © 1997-1999