Erez Boym wrote:
> Hi,
>
> Can I add an external listener (My own function) to the TimeLine onAddMany 
> event's listeners ?
>   
Certainly:

    eventSource.addListener({
       onAddMany: function() {
          // do something
       }
    });

David

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to