Interface AktienTabelleContextMenuListener
-
- All Known Implementing Classes:
AktienSettingsController
public interface AktienTabelleContextMenuListener
The listener for the context menu of the table inAktienSettingsAktienTabellePart
.- Author:
- Frank Münster
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyStockToUpdateSelected(AktienListEntry stock)
Notifies that the selected stock should be shown to be updated.
-
-
-
Method Detail
-
notifyStockToUpdateSelected
void notifyStockToUpdateSelected(AktienListEntry stock)
Notifies that the selected stock should be shown to be updated.- Parameters:
stock
- to show
-
-