ExceptionListener.h 564 B

123456789101112131415161718192021222324252627282930
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_beans_ExceptionListener__
  3. #define __java_beans_ExceptionListener__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace beans
  11. {
  12. class ExceptionListener;
  13. }
  14. }
  15. }
  16. class java::beans::ExceptionListener : public ::java::lang::Object
  17. {
  18. public:
  19. virtual void exceptionThrown(::java::lang::Exception *) = 0;
  20. static ::java::lang::Class class$;
  21. } __attribute__ ((java_interface));
  22. #endif // __java_beans_ExceptionListener__