blob: 7b7581c4d5e0971d89ddd1bab6bfa6991ba9655f [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_print_event_PrintJobAttributeListener__
#define __javax_print_event_PrintJobAttributeListener__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace print
{
namespace event
{
class PrintJobAttributeEvent;
class PrintJobAttributeListener;
}
}
}
}
class javax::print::event::PrintJobAttributeListener : public ::java::lang::Object
{
public:
virtual void attributeUpdate(::javax::print::event::PrintJobAttributeEvent *) = 0;
static ::java::lang::Class class$;
} __attribute__ ((java_interface));
#endif // __javax_print_event_PrintJobAttributeListener__