OSDN Git Service

2010-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / libjava / java / awt / EventDispatchThread.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_EventDispatchThread__
5 #define __java_awt_EventDispatchThread__
6
7 #pragma interface
8
9 #include <java/lang/Thread.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class EventDispatchThread;
17         class EventQueue;
18     }
19   }
20 }
21
22 class java::awt::EventDispatchThread : public ::java::lang::Thread
23 {
24
25 public: // actually package-private
26   EventDispatchThread(::java::awt::EventQueue *);
27 public:
28   virtual void run();
29 private:
30   static const jint DEFAULT_PRIORITY = 6;
31   static jint dispatchThreadNum;
32   ::java::awt::EventQueue * __attribute__((aligned(__alignof__( ::java::lang::Thread)))) queue;
33 public:
34   static ::java::lang::Class class$;
35 };
36
37 #endif // __java_awt_EventDispatchThread__