Click and doubleclick event listener on tha same object

hi,
is there a way (without using a timer) to add to the same object a mouseEvent.MOUSEDOWN and mouseEvent.DOUBLE_CLICK without interfere one with the other?

in other words, how to DON’T fire MOUSEDOWN event before a DOUBLE_CLICK event?

Thanks