Package de.extio.spacecraft.shared.bo
Interface SceneTransferUtil
-
public interface SceneTransferUtil
Helper 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 void
send(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
-
-