Menu

[r329]: / cairngorm3 / trunk / libraries / ModuleTest / src / runtimeContext.xml  Maximize  Restore  History

Download this file

30 lines (27 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<objects
xmlns="http://www.spicefactory.org/parsley"
xmlns:cairngorm="http://www.adobe.com/cairngorm"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.spicefactory.org/parsley
http://www.spicefactory.org/parsley/schema/2.0/parsley-core.xsd"
>
<cairngorm:parsley-module-descriptor
object-id="moduleA"
url="example/moduleA/ModuleA.swf"/>
<cairngorm:parsley-module-descriptor
object-id="moduleB"
url="example/moduleB/ModuleB.swf"/>
<cairngorm:parsley-module-descriptor
object-id="moduleC"
url="example/moduleC/moduleC.swf"/>
<cairngorm:module-message-interceptor
type="example.api.PingMessage" />
<cairngorm:module-message-interceptor
type="example.api.BroadcastMessage"
module-ref="moduleA" />
<cairngorm:module-message-interceptor
type="example.api.PongMessage"
module-ref="moduleC" />
<cairngorm:module-message-interceptor
type="example.api.ClearLogMessage" />
</objects>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.