Package hec.model

Interface UserInterface

All Known Implementing Classes:
ConsoleWindow, ProgressIndicator

public interface UserInterface
  • Method Details

    • printMessage

      void printMessage(String s)
    • printStatus

      void printStatus(String s)
    • printWarningMessage

      void printWarningMessage(String s)
    • printErrorMessage

      void printErrorMessage(String s)
    • setProgress

      void setProgress(int i)
    • computeComplete

      void computeComplete()
    • isCanceled

      boolean isCanceled()