Package ffx.ui.commands
Class FFXServer
java.lang.Object
ffx.ui.commands.FFXServer
- All Implemented Interfaces:
Runnable
The FFXServer is launched by an FFX instance to allow Force Field X Clients to connect.
- Author:
- Michael J. Schnieders
-
Constructor Details
-
FFXServer
Constructor for FFXServer.- Parameters:
s
- aSimulationDefinition
object.
-
-
Method Details
-
isAlive
public boolean isAlive()isAlive- Returns:
- a boolean.
-
loadUpdate
loadUpdate- Parameters:
u
- aSimulationUpdate
object.
-
needUpdate
public boolean needUpdate()needUpdate- Returns:
- a boolean.
-
run
public void run()run -
setUpdated
public void setUpdated()setUpdated -
start
public void start()start -
stop
public void stop()stop
-