Interface SelectionBehavior

  • All Superinterfaces:
    EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
    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 SelectionBehavior
    extends org.eclipse.swt.events.SelectionListener
    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default void widgetDefaultSelected​(org.eclipse.swt.events.SelectionEvent e)  
      • Methods inherited from interface org.eclipse.swt.events.SelectionListener

        widgetSelected
    • Method Detail

      • widgetDefaultSelected

        default void widgetDefaultSelected​(org.eclipse.swt.events.SelectionEvent e)
        Specified by:
        widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener