Class DefaultProgress

  • All Implemented Interfaces:
    Progress

    public class DefaultProgress
    extends java.lang.Object
    implements Progress
    • Constructor Detail

      • DefaultProgress

        public DefaultProgress()
    • Method Detail

      • set

        public void set​(int value)
        Specified by:
        set in interface Progress
      • get

        public int get()
        Specified by:
        get in interface Progress
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object