2016-07-28 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / libjava / javax / swing / Timer$1.h
blob0f4e056dc69454cbaec7fb0e4193699f8446da5e
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Timer$1__
5 #define __javax_swing_Timer$1__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class Timer;
17 class Timer$1;
22 class javax::swing::Timer$1 : public ::java::lang::Object
25 public: // actually package-private
26 Timer$1(::javax::swing::Timer *);
27 public:
28 virtual void run();
29 public: // actually package-private
30 ::javax::swing::Timer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
31 public:
32 static ::java::lang::Class class$;
35 #endif // __javax_swing_Timer$1__