public interface CDoubleClickListener
CControl.addDoubleClickListener(CDoubleClickListener),
CControl.removeDoubleClickListener(CDoubleClickListener)| Modifier and Type | Method and Description |
|---|---|
boolean |
clicked(CDockable source,
MouseEvent event)
Called when a double click happened.
|
boolean clicked(CDockable source, 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.Copyright © 2018. All rights reserved.