nextapp.echo2.app.update |
Provides support for synchronizing the state of the server-side application with the client environment.
Related Documentation
For more information please see:
|
Java Source File Name | Type | Comment |
ClientComponentUpdate.java | Class | A representation of all updates made on the client to an individual
component. |
ClientUpdateManager.java | Class | Stores inputs received from the application container and notifies
components about them via the Component.processInput() method. |
PropertyUpdate.java | Class | A description of an update to a property of an object. |
ServerComponentUpdate.java | Class | A description of a server-side update to a single component, i.e.,
an update which has occurred on the server and must be propagated
to the client. |
ServerUpdateManager.java | Class | Monitors updates to component hierarchy and records deltas between
server state of application and client state of application. |
UpdateManager.java | Class | Primary interface to update management architecture. |