colinlin1982 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

system.process.Task #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The basic implementation of the Action interface

(notifyStarted, notifyFinished, run and running)

Original issue reported on code.google.com by ekamel...@gmail.com on 23 Feb 2009 at 1:54

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 23 Feb 2009 at 2:10

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 23 Feb 2009 at 2:24

GoogleCodeExporter commented 9 years ago
Add the parent r/w property in the Task class :

{{{
function get parent():Action ;
function set parent( action:Action ):void ;
}}}

Add this property in the Action interface too.

Original comment by ekamel...@gmail.com on 26 Mar 2009 at 5:07

GoogleCodeExporter commented 9 years ago
add the startIt and finishIt methods in the prototype of the Task class (now 
this
class is dynamic)

Original comment by ekamel...@gmail.com on 26 Mar 2009 at 5:27

GoogleCodeExporter commented 9 years ago
Fixed in the revision 630 :
http://code.google.com/p/maashaack/source/detail?r=630

Original comment by ekamel...@gmail.com on 26 Mar 2009 at 5:30