OSDN Git Service

Updating header files. Earlier change here seems to have been in error.
[pf3gnuchains/gcc-fork.git] / libjava / javax / management / NotificationBroadcaster.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_management_NotificationBroadcaster__
5 #define __javax_management_NotificationBroadcaster__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace management
17     {
18         class MBeanNotificationInfo;
19         class NotificationBroadcaster;
20         class NotificationFilter;
21         class NotificationListener;
22     }
23   }
24 }
25
26 class javax::management::NotificationBroadcaster : public ::java::lang::Object
27 {
28
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));
35
36 #endif // __javax_management_NotificationBroadcaster__