| java.lang.Object org.w3c.jigsaw.proxy.ProxyRequestObserver
notifyProgress | public void notifyProgress(RequestEvent event)(Code) | | Call back, invoked by the HttpManager callback thread.
Each time a request status changes (due to progress in its processing)
this callback gets called, with the new status as an argument.
Parameters: preq - The pending request that has made some progress. Parameters: event - The event to broadcast. |
|
|