SVGTimer complaints

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