Class FFXServer

java.lang.Object
ffx.ui.commands.FFXServer
All Implemented Interfaces:
Runnable

public class FFXServer extends Object implements Runnable
The FFXServer is launched by an FFX instance to allow Force Field X Clients to connect.
Author:
Michael J. Schnieders
  • Constructor Details

  • Method Details

    • isAlive

      public boolean isAlive()
      isAlive
      Returns:
      a boolean.
    • loadUpdate

      public void loadUpdate(SimulationUpdate u)
      loadUpdate
      Parameters:
      u - a SimulationUpdate object.
    • needUpdate

      public boolean needUpdate()
      needUpdate
      Returns:
      a boolean.
    • run

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

      public void setUpdated()
      setUpdated
    • start

      public void start()
      start
    • stop

      public void stop()
      stop