# Click and doubleclick event listener on tha same object

**URL:** https://forum.kirupa.com/t/click-and-doubleclick-event-listener-on-tha-same-object/306630
**Category:** Uncategorized
**Created:** [March 18, 2010, 4:33pm UTC](https://forum.kirupa.com/t/click-and-doubleclick-event-listener-on-tha-same-object/306630 "2010-03-18T16:33:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![perdidohate](https://avatars.discourse-cdn.com/v4/letter/p/dbc845/32.png) [@perdidohate](https://forum.kirupa.com/u/perdidohate)
#### Post date: [March 18, 2010, 4:33pm UTC](https://forum.kirupa.com/t/click-and-doubleclick-event-listener-on-tha-same-object/306630/1 "2010-03-18T16:33:47Z")

</div>

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
