summaryrefslogtreecommitdiff
path: root/libjava/gnu/awt/xlib/XEventQueue.h
blob: ca41be73e34943ef221e2428cfeb5aa37748b702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_awt_xlib_XEventQueue__
#define __gnu_awt_xlib_XEventQueue__

#pragma interface

#include <java/awt/EventQueue.h>
extern "Java"
{
  namespace gnu
  {
    namespace awt
    {
      namespace xlib
      {
          class XEventQueue;
      }
    }
    namespace gcj
    {
      namespace xlib
      {
          class Display;
      }
    }
  }
  namespace java
  {
    namespace awt
    {
        class AWTEvent;
    }
  }
}

class gnu::awt::xlib::XEventQueue : public ::java::awt::EventQueue
{

public:
  XEventQueue(::gnu::gcj::xlib::Display *);
  virtual ::java::awt::AWTEvent * getNextEvent();
public: // actually package-private
  ::gnu::gcj::xlib::Display * __attribute__((aligned(__alignof__( ::java::awt::EventQueue)))) display;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_awt_xlib_XEventQueue__