EventDispatchThread.h 790 B

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