comparison dbus-d-javatests/README.txt @ 5:7c2c75740370

code generation for signals
author Frank Benoit <benoit@tionex.de>
date Sun, 21 Oct 2007 19:22:41 +0200
parents 5fb77a7e7d64
children 963d271f7c25
comparison
equal deleted inserted replaced
4:427c0332a111 5:7c2c75740370
20 module. 20 module.
21 21
22 To make an object accessible, you need to either export it or return it from another 22 To make an object accessible, you need to either export it or return it from another
23 another method call. 23 another method call.
24 24
25 4. Create the Java code
26 Call the CreateInterface tool from dbus-java.
25 27
28 in Eclipse run CreateInterface. Set the working directory to "dbus-d-javatests/jsrc"
29 or in the run dialog ${workspace_loc:dbus-javatests/jsrc}
30 give the arguments "--create-files ../dbustest.xml"
26 31
27 32 the program shall run without any output. After completion the file should be created.
33 The repitory already contains those files, so no change may be noteable.
34
35 5. Implement the Java code. See dbustest.DBusTester
28 36
29 37
30 38
31 39
32 40