Interface IDoubleClickListener

  • All Known Implementing Classes:
    AbstractDebugView, 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 Detail

      • doubleClick

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