public interface CDoubleClickListener
CControl.addDoubleClickListener(CDoubleClickListener)
,
CControl.removeDoubleClickListener(CDoubleClickListener)
Modifier and Type | Method and Description |
---|---|
boolean |
clicked(CDockable source,
java.awt.event.MouseEvent event)
Called when a double click happened.
|
boolean clicked(CDockable source, java.awt.event.MouseEvent event)
source
- the source of the eventevent
- description of the eventtrue
if this method has processed the the event
and no other listeners need to be informed about the event, false
if the event was not processed.