mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
34 lines
596 B
C++
34 lines
596 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_print_event_PrintEvent__
|
|
#define __javax_print_event_PrintEvent__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/util/EventObject.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace print
|
|
{
|
|
namespace event
|
|
{
|
|
class PrintEvent;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::print::event::PrintEvent : public ::java::util::EventObject
|
|
{
|
|
|
|
public:
|
|
PrintEvent(::java::lang::Object *);
|
|
virtual ::java::lang::String * toString();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_print_event_PrintEvent__
|