Problem Catching Double-Clicks

Hello my friends,
I want to know when my application is clicked or double-clicked.
Therefore, I added listeners for both of these MouseEvents. I have also enabled properties:

this.doubleClickEnabled = true;
            this.mouseEnabled = true; 

I still receive two click events instead of a double-click. Am I doing something wrong?

Thanks,
OML