Interface UserInterface

All Known Implementing Classes:
ConsoleUserInterface

public interface UserInterface
User interface

This interface is the base for all user interfaces used in the application

  • Method Details

    • displayMessage

      void displayMessage(String message)
    • displayError

      void displayError(String message)
    • displayDebug

      void displayDebug(String message)