NextApp Echo3
v3.0.b4

Package nextapp.echo.app.update

Provides support for synchronizing the state of the server-side application with the client environment.

See:
          Description

Class Summary
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.
 

Package nextapp.echo.app.update Description

Provides support for synchronizing the state of the server-side application with the client environment.

Related Documentation

For more information please see:


NextApp Echo3
v3.0.b4