bibliothek.gui.dock.common.event
Interface CDoubleClickListener


public interface CDoubleClickListener

A listener that gets informed when the user makes a double click onto a dockable.

Author:
Benjamin Sigg
See Also:
CControl.addDoubleClickListener(CDoubleClickListener), CControl.removeDoubleClickListener(CDoubleClickListener)

Method Summary
 boolean clicked(CDockable source, MouseEvent event)
          Called when a double click happened.
 

Method Detail

clicked

boolean clicked(CDockable source,
                MouseEvent event)
Called when a double click happened.

Parameters:
source - the source of the event
event - description of the event
Returns:
true 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.