Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The JNI interface for the Java ApplicationHandler
[simgrid.git] / src / java / jmsg_application_handler.h
diff --git a/src/java/jmsg_application_handler.h b/src/java/jmsg_application_handler.h
new file mode 100644 (file)
index 0000000..e4ab86c
--- /dev/null
@@ -0,0 +1,38 @@
+/*\r
+ * $Id: jmsg_application_handler.h 3684 2007-07-08 20:51:53Z mquinson $\r
+ *\r
+ * Copyright 2006,2007 Martin Quinson, Malek Cherier All right reserved. \r
+ *\r
+ * This program is free software; you can redistribute it and/or modify it \r
+ * under the terms of the license (GNU LGPL) which comes with this package.\r
+ *\r
+ * This contains the declarations of the functions in relation with the java\r
+ * host instance.\r
+ */\r
\r
+#ifndef MSG_JAPPLICATION_HANDLER_H\r
+#define MSG_JAPPLICATION_HANDLER_H\r
+\r
+#include <jni.h>\r
+#include "msg/msg.h"\r
+\r
+void\r
+japplication_handler_on_start_document(void);\r
+\r
+void\r
+japplication_handler_on_end_document(void);\r
+\r
+void\r
+japplication_handler_on_begin_process(void);\r
+\r
+void\r
+japplication_handler_on_process_arg(void);\r
+\r
+void\r
+japplication_handler_on_property(void);\r
+\r
+void\r
+japplication_handler_on_end_process(void);\r
+\r
+\r
+#endif /* !MSG_JAPPLICATION_HANDLER_H */
\ No newline at end of file