mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
34 lines
633 B
C
34 lines
633 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __java_awt_KeyEventDispatcher__
|
||
|
#define __java_awt_KeyEventDispatcher__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace awt
|
||
|
{
|
||
|
class KeyEventDispatcher;
|
||
|
namespace event
|
||
|
{
|
||
|
class KeyEvent;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class java::awt::KeyEventDispatcher : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
virtual jboolean dispatchKeyEvent(::java::awt::event::KeyEvent *) = 0;
|
||
|
static ::java::lang::Class class$;
|
||
|
} __attribute__ ((java_interface));
|
||
|
|
||
|
#endif // __java_awt_KeyEventDispatcher__
|