NotificationListener.h 674 B

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