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

    Modifier and Type
    Method
    Description
    void
    Display an alert to the user
  • Method Details

    • alert

      void alert(String msg)
      Display an alert to the user
      Parameters:
      msg - the message to alert the user with