home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java Developer's Companion
/
Java Developer's Companion.iso
/
documentation
/
tutorial
/
native1.1
/
implementing
/
example-1.1
/
Callbacks.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1997-07-13
|
393 b
|
22 lines
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class Callbacks */
#ifndef _Included_Callbacks
#define _Included_Callbacks
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: Callbacks
* Method: nativeMethod
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_Callbacks_nativeMethod
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif