NotificationBroadcaster.h 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_management_NotificationBroadcaster__
  3. #define __javax_management_NotificationBroadcaster__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace javax
  10. {
  11. namespace management
  12. {
  13. class MBeanNotificationInfo;
  14. class NotificationBroadcaster;
  15. class NotificationFilter;
  16. class NotificationListener;
  17. }
  18. }
  19. }
  20. class javax::management::NotificationBroadcaster : public ::java::lang::Object
  21. {
  22. public:
  23. virtual void addNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *) = 0;
  24. virtual JArray< ::javax::management::MBeanNotificationInfo * > * getNotificationInfo() = 0;
  25. virtual void removeNotificationListener(::javax::management::NotificationListener *) = 0;
  26. static ::java::lang::Class class$;
  27. } __attribute__ ((java_interface));
  28. #endif // __javax_management_NotificationBroadcaster__