Package de.extio.spacecraft.shared.bo
Interface SceneTransferUtil
-
public interface SceneTransferUtilHelper to send a scene from client to the server You can access the corresponding bean implementation via EngineFacade::getBusinessObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(Scene scene)Sends a scene from client to the server
-
-
-
Method Detail
-
send
void send(Scene scene)
Sends a scene from client to the server
-
-