interface IntervalHistogramextendsHistogram ,Methodsenable(): booleanEnables the update interval timer. Returns true if the timer was started, false if it was already started. disable(): booleanDisables the update interval timer. Returns true if the timer was stopped, false if it was already stopped.