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 TypeMethodDescriptionvoiddisplayDebug(String message) voiddisplayError(String message) voiddisplayMessage(String message)
-
Method Details
-
displayMessage
-
displayError
-
displayDebug
-