Interface StatusDisplay

All Known Implementing Classes:
AppletViewer

public interface StatusDisplay
Understands how to display the state of an applet.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Displays the given status message.
  • Method Details

    • showStatus

      void showStatus(String status)
      Displays the given status message.
      Parameters:
      status - the status to display.