Class SHistoricalWatch


  • public class SHistoricalWatch
    extends java.lang.Object
      -- detail description --
     
    Version:
    0.1, 2018-06-25
    • Constructor Summary

      Constructors 
      Constructor Description
      SHistoricalWatch()
      Default Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void tick()
      Put history data -- detail description --
      void tick​(java.lang.String desc)
      Put history data -- detail description --
      java.lang.String toString()
      Return variable string.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SHistoricalWatch

        public SHistoricalWatch()
        Default Constructor
    • Method Detail

      • tick

        public void tick()
        Put history data -- detail description --
      • tick

        public void tick​(java.lang.String desc)
        Put history data -- detail description --
        Parameters:
        desc -
      • toString

        public java.lang.String toString()
        Return variable string. (Make string)
        Overrides:
        toString in class java.lang.Object