Hi all,

I need an advice.

How could one create a structure that permit to automatically call a method based on the result of a process ?

Imagine that example :
I have a TestSequence which is a container of TestModules
Each TestModule has his special way to test a certain behavior.
There are black boxes of tests implementations.

I just want to batch sequentially each TestModule, and to get a callback called on TestSequence whenever the test is done.
Each one after the preceding : like a FIFO.

Is it possible to create this structure without calling explicitely TestSequence ?
I thought of Object.watch… but there must be other (design) pattern ?


Thanks for your help.
-----------
erixtekila
http://blog.v-i-a.net/
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to