| The interface to be implemented by request observers.
Request observers are objects that will be notified of the progress
made in processing an asynchronous request. Asynchronous requests are
launched by a call to the runRequest method of the
Httpmanager class.
While being processed, a request goes through a number of different
status, described below. Each time the status of a request changes, the
appropriate observer gets called back.
|