OSDN Git Service

PR libstdc++/51798
[pf3gnuchains/gcc-fork.git] / libjava / java / util / EventListener.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_util_EventListener__
5 #define __java_util_EventListener__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10
11 class java::util::EventListener : public ::java::lang::Object
12 {
13
14 public:
15   static ::java::lang::Class class$;
16 } __attribute__ ((java_interface));
17
18 #endif // __java_util_EventListener__