* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
[official-gcc.git] / libjava / javax / swing / JComponent$ActionListenerProxy.h
blob9679e190935647b9ae0e7e8afa73d83c8aea9719
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JComponent$ActionListenerProxy__
5 #define __javax_swing_JComponent$ActionListenerProxy__
7 #pragma interface
9 #include <javax/swing/AbstractAction.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 namespace event
18 class ActionEvent;
19 class ActionListener;
23 namespace javax
25 namespace swing
27 class JComponent$ActionListenerProxy;
32 class javax::swing::JComponent$ActionListenerProxy : public ::javax::swing::AbstractAction
35 public:
36 JComponent$ActionListenerProxy(::java::awt::event::ActionListener *, ::java::lang::String *);
37 virtual void actionPerformed(::java::awt::event::ActionEvent *);
38 public: // actually package-private
39 ::java::awt::event::ActionListener * __attribute__((aligned(__alignof__( ::javax::swing::AbstractAction)))) target;
40 ::java::lang::String * bindingCommandName;
41 public:
42 static ::java::lang::Class class$;
45 #endif // __javax_swing_JComponent$ActionListenerProxy__