cafe.gui.interfaces
Interface AlertViewInterface

All Known Implementing Classes:
AlertPanel

public interface AlertViewInterface

Interface for notifying alert view of the selected product

Author:
Joni Lahtinen, Markus Penttila

Method Summary
 void addSelectedProduct(ImportProduct product)
          Notifies the implementing class of the product that user has selected from product list
 

Method Detail

addSelectedProduct

void addSelectedProduct(ImportProduct product)
Notifies the implementing class of the product that user has selected from product list

Parameters:
product - the selected product