summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/demos/3d-file-server.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-21 23:47:54 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-01-21 23:47:54 (GMT)
commit3be96d1aa3024c1acc129e587f5d3165c9434e48 (patch)
treefae65a932b899ed9424a5a76b9b98562d979fe40 /test/samples/uscxml/demos/3d-file-server.scxml
parent3bda299c6d2efce71d76b44dea8e732a073304f3 (diff)
downloaduscxml-3be96d1aa3024c1acc129e587f5d3165c9434e48.zip
uscxml-3be96d1aa3024c1acc129e587f5d3165c9434e48.tar.gz
uscxml-3be96d1aa3024c1acc129e587f5d3165c9434e48.tar.bz2
See detailed commitlog
- Started DirectoryMonitor invoker - Refactored Invoker / IOProcessor interface - Started with JavaScriptCore bindings - Embedding applications can now use setParentQueue to receive events sent to #_parent
Diffstat (limited to 'test/samples/uscxml/demos/3d-file-server.scxml')
-rw-r--r--test/samples/uscxml/demos/3d-file-server.scxml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/samples/uscxml/demos/3d-file-server.scxml b/test/samples/uscxml/demos/3d-file-server.scxml
new file mode 100644
index 0000000..4823127
--- /dev/null
+++ b/test/samples/uscxml/demos/3d-file-server.scxml
@@ -0,0 +1,7 @@
+<scxml datamodel="ecmascript">
+ <state id="start">
+ <invoker type="DirectoryMonitor">
+
+ </invoker>
+ </start>
+</scxml> \ No newline at end of file