public class UpdateManager
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
UpdateManager(ApplicationInstance applicationInstance)
Creates a new
UpdateManager. |
| Modifier and Type | Method and Description |
|---|---|
ClientUpdateManager |
getClientUpdateManager()
Returns the
ClientUpdateManager, which is responsible for
queuing and processing updates received from the client. |
ServerUpdateManager |
getServerUpdateManager()
Returns the
ServerUpdateManager, which is responsible for
queuing server-side updates and rendering them to the client. |
void |
processClientUpdates()
Processes client updates.
|
void |
purge()
Purges all client and server updates.
|
public UpdateManager(ApplicationInstance applicationInstance)
UpdateManager.
Warning: the creator must take care to invoke the
dispose() method before dereferencing this object.applicationInstance - the ApplicationInstance which
this manager will servicepublic ClientUpdateManager getClientUpdateManager()
ClientUpdateManager, which is responsible for
queuing and processing updates received from the client.ClientUpdateManagerpublic ServerUpdateManager getServerUpdateManager()
ServerUpdateManager, which is responsible for
queuing server-side updates and rendering them to the client.ServerUpdateManagerpublic void processClientUpdates()
public void purge()