Class PingFileView

java.lang.Object
com.jackmeng.halcyoninae.cosmos.tasks.PingFileView
All Implemented Interfaces:
Runnable

public final class PingFileView extends Object implements Runnable
A class designed to constantly ping the file view system in order to alert it of any change.

In order to automatically update the file view system without the user having to update it manually.

  • Field Details

  • Constructor Details

    • PingFileView

      public PingFileView(BottomPane bp)
      Calls the default BottomPane Object
      Parameters:
      bp - the bottompane instance
      See Also:
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable