Class AbstractStockSearchPart.SeachResultSelectionListener

  • All Implemented Interfaces:
    java.util.EventListener, org.eclipse.swt.events.SelectionListener, org.eclipse.swt.internal.SWTEventListener
    Enclosing class:
    AbstractStockSearchPart<I extends de.frankmuenster.jameica.finanzen.StockInfoBean>

    protected class AbstractStockSearchPart.SeachResultSelectionListener
    extends java.lang.Object
    implements org.eclipse.swt.events.SelectionListener
    Auswahllistener der anzeigt, dass ein Suchergebniss angeklickt wurde.
    Author:
    Frank Münster
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void widgetDefaultSelected​(org.eclipse.swt.events.SelectionEvent arg0)  
      void widgetSelected​(org.eclipse.swt.events.SelectionEvent arg0)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SeachResultSelectionListener

        public SeachResultSelectionListener()
        Standartkonstruktor
    • Method Detail

      • widgetDefaultSelected

        public void widgetDefaultSelected​(org.eclipse.swt.events.SelectionEvent arg0)
        Specified by:
        widgetDefaultSelected in interface org.eclipse.swt.events.SelectionListener
        See Also:
        SelectionListener.widgetDefaultSelected(org .eclipse.swt.events.SelectionEvent)
      • widgetSelected

        public void widgetSelected​(org.eclipse.swt.events.SelectionEvent arg0)
        Specified by:
        widgetSelected in interface org.eclipse.swt.events.SelectionListener
        See Also:
        SelectionListener.widgetSelected(org.eclipse .swt.events.SelectionEvent)