OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / print / event / PrintJobAttributeListener.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_print_event_PrintJobAttributeListener__
5 #define __javax_print_event_PrintJobAttributeListener__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace print
15     {
16       namespace event
17       {
18           class PrintJobAttributeEvent;
19           class PrintJobAttributeListener;
20       }
21     }
22   }
23 }
24
25 class javax::print::event::PrintJobAttributeListener : public ::java::lang::Object
26 {
27
28 public:
29   virtual void attributeUpdate(::javax::print::event::PrintJobAttributeEvent *) = 0;
30   static ::java::lang::Class class$;
31 } __attribute__ ((java_interface));
32
33 #endif // __javax_print_event_PrintJobAttributeListener__