[Patch obvious testsuite] Remove duplicate body from pr70903.c
[official-gcc.git] / libjava / gnu / javax / management / Server$ServerNotificationListener.h
bloba699261b941ee950e50fc3c3eeafcd553db8a211
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_management_Server$ServerNotificationListener__
5 #define __gnu_javax_management_Server$ServerNotificationListener__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace management
18 class Server;
19 class Server$ServerNotificationListener;
23 namespace javax
25 namespace management
27 class Notification;
28 class NotificationListener;
29 class ObjectName;
34 class gnu::javax::management::Server$ServerNotificationListener : public ::java::lang::Object
37 public:
38 Server$ServerNotificationListener(::gnu::javax::management::Server *, ::java::lang::Object *, ::javax::management::ObjectName *, ::javax::management::NotificationListener *);
39 virtual void handleNotification(::javax::management::Notification *, ::java::lang::Object *);
40 public: // actually package-private
41 ::java::lang::Object * __attribute__((aligned(__alignof__( ::java::lang::Object)))) bean;
42 ::javax::management::ObjectName * name;
43 ::javax::management::NotificationListener * listener;
44 ::gnu::javax::management::Server * this$0;
45 public:
46 static ::java::lang::Class class$;
49 #endif // __gnu_javax_management_Server$ServerNotificationListener__