Interface IDoubleClickListener

All Known Implementing Classes:
AbstractDebugView, CompareContentViewerSwitchingPane, CompareStructureViewerSwitchingPane, CompareViewerPane, CompareViewerSwitchingPane
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IDoubleClickListener
A listener which is notified of double-click events on viewers.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies of a double click.
  • Method Details

    • doubleClick

      void doubleClick(DoubleClickEvent event)
      Notifies of a double click.
      Parameters:
      event - event object describing the double-click