Class ViewUserInterface.MemoryUsageUpdater

  • Enclosing class:
    ViewUserInterface

    private class ViewUserInterface.MemoryUsageUpdater
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.concurrent.ScheduledExecutorService scheduler  
      (package private) java.lang.Runnable updateMemory  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void start()  
      (package private) void stop()  
      • Methods inherited from class java.lang.Object

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

      • scheduler

        java.util.concurrent.ScheduledExecutorService scheduler
      • updateMemory

        java.lang.Runnable updateMemory
    • Constructor Detail

      • MemoryUsageUpdater

        MemoryUsageUpdater()
    • Method Detail

      • start

        void start()
      • stop

        void stop()