cafe.gui.general.productLists
Interface ProductChangeEvent

All Known Implementing Classes:
ShopableList

public interface ProductChangeEvent

Provides method for informing implementing class of the selected export product.

Author:
Markus Penttila

Method Summary
 void selectedProduct(ExportProduct exportProduct)
          The method is used to inform the implementing class of the selected product.
 

Method Detail

selectedProduct

void selectedProduct(ExportProduct exportProduct)
The method is used to inform the implementing class of the selected product.

Parameters:
exportProduct - the selected product