All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.jigsaw.proxy.ProxyRequestObserver

java.lang.Object
   |
   +----w3c.jigsaw.proxy.ProxyRequestObserver

public class ProxyRequestObserver
extends Object
implements RequestObserver

Constructor Index

 o ProxyRequestObserver(Request)

Method Index

 o notifyProgress(RequestEvent)
Call back, invoked by the HttpManager callback thread.

Constructors

 o ProxyRequestObserver
 public ProxyRequestObserver(Request request)

Methods

 o notifyProgress
 public void notifyProgress(RequestEvent event)
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.
event - The event to broadcast.

All Packages  Class Hierarchy  This Package  Previous  Next  Index