Class CalculateActiveTime


  • public class CalculateActiveTime
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void update​(boolean isActive)
      Counts up the time channel if the given value is true.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • update

        public void update​(boolean isActive)
        Counts up the time channel if the given value is true.
        Parameters:
        isActive - boolean if the corresponding channel should be updated.