Package org.vrspace.server.dto
Class Ping
- java.lang.Object
-
- org.vrspace.server.dto.Ping
-
-
Constructor Summary
Constructors Constructor Description Ping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientResponse
execute(WorldManager manager, Client client)
-
-
-
Method Detail
-
execute
public ClientResponse execute(WorldManager manager, Client client) throws ClassNotFoundException
- Specified by:
execute
in interfaceCommand
- Throws:
ClassNotFoundException
-
-