Package org.eclipse.jface.viewers
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
doubleClick(DoubleClickEvent event)
Notifies of a double click.
-
-
-
Method Detail
-
doubleClick
void doubleClick(DoubleClickEvent event)
Notifies of a double click.- Parameters:
event
- event object describing the double-click
-
-