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:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    clicked(CDockable source, MouseEvent event)
    Called when a double click happened.
  • Method Details

    • 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.