Class AbstractStockSearchPart.SeachResultSelectionListener
- java.lang.Object
-
- de.frankmuenster.mahoe.banks.aktien.gui.parts.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
-
-
Constructor Summary
Constructors Constructor Description SeachResultSelectionListener()
Standartkonstruktor
-
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)
-
-
-
Method Detail
-
widgetDefaultSelected
public void widgetDefaultSelected(org.eclipse.swt.events.SelectionEvent arg0)
- Specified by:
widgetDefaultSelected
in interfaceorg.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 interfaceorg.eclipse.swt.events.SelectionListener
- See Also:
SelectionListener.widgetSelected(org.eclipse .swt.events.SelectionEvent)
-
-