|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestObserver
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.
Method Summary | |
---|---|
void |
notifyProgress(RequestEvent event)
Call back, invoked by the HttpManager callback thread. |
Method Detail |
---|
void notifyProgress(RequestEvent event)
preq
- The pending request that has made some progress.event
- The event to broadcast.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |