Package com.mg105.interface_adapters
Interface Alert
- All Known Subinterfaces:
InventoryViewInterface
- All Known Implementing Classes:
InventoryDisplay
public interface Alert
An interface that defines one function that alerts the user of something
-
Method Summary
-
Method Details
-
alert
Display an alert to the user- Parameters:
msg
- the message to alert the user with
-