JComponent$ActionListenerProxy.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JComponent$ActionListenerProxy__
  3. #define __javax_swing_JComponent$ActionListenerProxy__
  4. #pragma interface
  5. #include <javax/swing/AbstractAction.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. namespace event
  13. {
  14. class ActionEvent;
  15. class ActionListener;
  16. }
  17. }
  18. }
  19. namespace javax
  20. {
  21. namespace swing
  22. {
  23. class JComponent$ActionListenerProxy;
  24. }
  25. }
  26. }
  27. class javax::swing::JComponent$ActionListenerProxy : public ::javax::swing::AbstractAction
  28. {
  29. public:
  30. JComponent$ActionListenerProxy(::java::awt::event::ActionListener *, ::java::lang::String *);
  31. virtual void actionPerformed(::java::awt::event::ActionEvent *);
  32. public: // actually package-private
  33. ::java::awt::event::ActionListener * __attribute__((aligned(__alignof__( ::javax::swing::AbstractAction)))) target;
  34. ::java::lang::String * bindingCommandName;
  35. public:
  36. static ::java::lang::Class class$;
  37. };
  38. #endif // __javax_swing_JComponent$ActionListenerProxy__