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
1 /*\r
2  * $Id: jmsg_application_handler.h 3684 2007-07-08 20:51:53Z mquinson $\r
3  *\r
4  * Copyright 2006,2007 Martin Quinson, Malek Cherier All right reserved. \r
5  *\r
6  * This program is free software; you can redistribute it and/or modify it \r
7  * under the terms of the license (GNU LGPL) which comes with this package.\r
8  *\r
9  * This contains the declarations of the functions in relation with the java\r
10  * host instance.\r
11  */\r
12  \r
13 #ifndef MSG_JAPPLICATION_HANDLER_H\r
14 #define MSG_JAPPLICATION_HANDLER_H\r
15 \r
16 #include <jni.h>\r
17 #include "msg/msg.h"\r
18 \r
19 void\r
20 japplication_handler_on_start_document(void);\r
21 \r
22 void\r
23 japplication_handler_on_end_document(void);\r
24 \r
25 void\r
26 japplication_handler_on_begin_process(void);\r
27 \r
28 void\r
29 japplication_handler_on_process_arg(void);\r
30 \r
31 void\r
32 japplication_handler_on_property(void);\r
33 \r
34 void\r
35 japplication_handler_on_end_process(void);\r
36 \r
37 \r
38 #endif /* !MSG_JAPPLICATION_HANDLER_H */