java.lang.Object
java.util.TimerTask
model.logic.server.HostServer.ManageTurnTask
- All Implemented Interfaces:
Runnable
- Enclosing class:
HostServer
Manage each guest turn, update models and if player is found initiate clientHandler.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun()The run function is called when the timer task is executed.Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
-
Constructor Details
-
ManageTurnTask
public ManageTurnTask()
-
-
Method Details