Interface DoubleClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDoubleClick
(DoubleClickEvent event) Executed when the left mouse button is clicked twice in rapid succession (withindoubleClickDelay
by default) in this object.
-
Method Details
-
onDoubleClick
Executed when the left mouse button is clicked twice in rapid succession (withindoubleClickDelay
by default) in this object.- Parameters:
event
- the event
-