com.pepper.guiutils.browser
Class PepperProgressEvent

java.lang.Object
  extended by com.pepper.guiutils.browser.BrowserEvent
      extended by com.pepper.guiutils.browser.PepperProgressEvent

public class PepperProgressEvent
extends BrowserEvent

Notification of a progress event.


Constructor Summary
PepperProgressEvent(String viewID, int eventType, Object eventParam, boolean isLoadingDoc, String reqName, int reqStatus, boolean isReqPending)
          ProgressEvent constructor
 
Method Summary
 String getRequestName()
          Returns the request URI.
 int getRequestStatus()
          Returns the status of request.
 boolean isLoadingDocument()
          Returns true if document is loading.
 boolean isRequestPending()
          Returns true if request is pending.
 
Methods inherited from class com.pepper.guiutils.browser.BrowserEvent
getEventParam, getEventType, getViewID, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PepperProgressEvent

public PepperProgressEvent(String viewID,
                           int eventType,
                           Object eventParam,
                           boolean isLoadingDoc,
                           String reqName,
                           int reqStatus,
                           boolean isReqPending)
ProgressEvent constructor

Parameters:
viewID - ID of the WebBrowserView that generated the event
eventType - type of the event
eventParam - data associated with the history event
isLoadingDoc - true if document is loading.
reqName - request URI.
reqStatus - status of request.
isReqPending - true if request is pending.
Method Detail

isLoadingDocument

public boolean isLoadingDocument()
Returns true if document is loading.


getRequestName

public String getRequestName()
Returns the request URI.


getRequestStatus

public int getRequestStatus()
Returns the status of request.


isRequestPending

public boolean isRequestPending()
Returns true if request is pending.



Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.