cafe.gui.startView
Interface AlertEvent

All Known Implementing Classes:
StartPanel

public interface AlertEvent

Class is for sending alert information inside package.

Version:
0.3
Author:
Joni Lahtinen

Method Summary
 void addAlert()
          Tells to StartPanel to add an alert.
 void removeAlertPackage(ImportProduct product)
          Removes alert inside package.
 

Method Detail

removeAlertPackage

void removeAlertPackage(ImportProduct product)
Removes alert inside package. Named like this becouse StartPanel implements already interface where is removeAlert method.

Parameters:
product - product that hasnt alert anymore.

addAlert

void addAlert()
Tells to StartPanel to add an alert.