|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pepper.guiutils.browser.BrowserEvent
com.pepper.guiutils.browser.PepperProgressEvent
public class PepperProgressEvent
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 |
---|
public PepperProgressEvent(String viewID, int eventType, Object eventParam, boolean isLoadingDoc, String reqName, int reqStatus, boolean isReqPending)
viewID
- ID of the WebBrowserView that generated the eventeventType
- type of the eventeventParam
- data associated with the history eventisLoadingDoc
- true
if document is loading.reqName
- request URI.reqStatus
- status of request.isReqPending
- true
if request is pending.Method Detail |
---|
public boolean isLoadingDocument()
true
if document is loading.
public String getRequestName()
public int getRequestStatus()
public boolean isRequestPending()
true
if request is pending.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |