Interface ProgressBarInfo

All Known Implementing Classes:
ProgressIndicatorBar

public interface ProgressBarInfo
user: Ildar date: 10.03.15
  • Method Details

    • addWork

      void addWork(String workId)
    • workDone

      void workDone(String workId)
    • setText

      void setText(String text, String workId)