- From: Jan-Klaas Kollhof <keyjaque@yahoo.com>
- Date: Sun, 7 Mar 2004 12:31:36 -0800 (PST)
- To: www-svg@w3.org
Hi, Why is the runnable interface needed. The timer fires an event. This event should be handled by a handler. We already have interfaces for adding listeners and also interfaces for the handlers (DOM). I think t = createAndSartTimer(500); t.addEventListener(l) is easier to understand because people know the concept and it makes more sense with respect to all other objects/interfaces that fire events. Jan __________________________________ Do you Yahoo!? Yahoo! Search - Find what you’re looking for faster http://search.yahoo.com
Received on Sunday, 7 March 2004 15:32:07 UTC