Re: SVGTimer complaints

At 12:31 PM 3/7/2004 -0800, Jan-Klaas Kollhof wrote:

>Hi,
>
>Why is the runnable interface needed.
>The timer fires an event.
>This event should be handled by a handler.

SVG WG has already decided to do it though event handler, but it
has not filtered down to the draft yet.

Peter

>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 19:01:27 UTC