All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.vrspace.server.dto.Command Maven / Gradle / Ivy

There is a newer version: 0.7.5
Show newest version
package org.vrspace.server.dto;

import org.vrspace.server.core.WorldManager;
import org.vrspace.server.obj.Client;

/**
 * A command issued by a client.
 * 
 * @author joe
 *
 */
public interface Command {

  ClientResponse execute(WorldManager worldManager, Client client) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy