Package com.takenoko.ui
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 Summary
Modifier and TypeMethodDescriptionvoid
displayDebug
(String message) void
displayError
(String message) void
displayMessage
(String message)
-
Method Details
-
displayMessage
-
displayError
-
displayDebug
-