MouseListener.mouseDoubleClick

Sent when a mouse button is pressed twice within the (operating system specified) double click period.

@param e an event containing information about the mouse double click

@see org.eclipse.swt.widgets.Display#getDoubleClickTime()

interface MouseListener
void
mouseDoubleClick
(
MouseEvent e
)

Meta