2013-11-04 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / libjava / javax / management / NotificationBroadcaster.h
blob0cd53dc61c0d3a716725c0cb194a8a569f6696fe
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_management_NotificationBroadcaster__
5 #define __javax_management_NotificationBroadcaster__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace javax
16 namespace management
18 class MBeanNotificationInfo;
19 class NotificationBroadcaster;
20 class NotificationFilter;
21 class NotificationListener;
26 class javax::management::NotificationBroadcaster : public ::java::lang::Object
29 public:
30 virtual void addNotificationListener(::javax::management::NotificationListener *, ::javax::management::NotificationFilter *, ::java::lang::Object *) = 0;
31 virtual JArray< ::javax::management::MBeanNotificationInfo * > * getNotificationInfo() = 0;
32 virtual void removeNotificationListener(::javax::management::NotificationListener *) = 0;
33 static ::java::lang::Class class$;
34 } __attribute__ ((java_interface));
36 #endif // __javax_management_NotificationBroadcaster__