cafe.gui.interfaces
Interface StartViewInterface

All Known Implementing Classes:
StartPanel

public interface StartViewInterface

This interface defines methods that the start view's main class must implement.

Author:
Markus Penttila

Method Summary
 void addAlert(ImportProduct[] products)
          Adds current product alerts to the start view so that they can be shown on the screen.
 void nextLanguage()
          Changes to the next language in system.
 

Method Detail

addAlert

void addAlert(ImportProduct[] products)
Adds current product alerts to the start view so that they can be shown on the screen.

Parameters:
products - the products that have an alert set on

nextLanguage

void nextLanguage()
Changes to the next language in system.