gcc/
[official-gcc.git] / libjava / javax / swing / JMenu$WinListener.h
blobe685e382ef517105ad952598296b9da8a49c93ea
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JMenu$WinListener__
5 #define __javax_swing_JMenu$WinListener__
7 #pragma interface
9 #include <java/awt/event/WindowAdapter.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 namespace event
18 class WindowEvent;
22 namespace javax
24 namespace swing
26 class JMenu;
27 class JMenu$WinListener;
28 class JPopupMenu;
33 class javax::swing::JMenu$WinListener : public ::java::awt::event::WindowAdapter
36 public:
37 JMenu$WinListener(::javax::swing::JMenu *, ::javax::swing::JPopupMenu *);
38 virtual void windowClosing(::java::awt::event::WindowEvent *);
39 private:
40 static const jlong serialVersionUID = -6415815570638474823LL;
41 public: // actually package-private
42 ::javax::swing::JMenu * __attribute__((aligned(__alignof__( ::java::awt::event::WindowAdapter)))) this$0;
43 public:
44 static ::java::lang::Class class$;
47 #endif // __javax_swing_JMenu$WinListener__