See: Description
| Class | Description |
|---|---|
| ClientComponentUpdate |
A representation of all updates made on the client to an individual
component.
|
| ClientUpdateManager |
Stores inputs received from the application container and notifies
components about them via the
Component.processInput() method. |
| PropertyUpdate |
A description of an update to a property of an object.
|
| ServerComponentUpdate |
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 |
Monitors updates to component hierarchy and records deltas between
server state of application and client state of application.
|
| UpdateManager |
Primary interface to update management architecture.
|