|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jrex.event.progress.ProgressEvent
A class representing JRex Progress Event.
Constructor Summary | |
ProgressEvent(int jrexPeer,
int eventType,
boolean isLoadingDoc,
String reqName,
int reqStatus,
boolean isReqPending,
Object eventParam)
ProgressEvent constructor |
Method Summary | |
int |
getEventType()
Returns the Progress event type. |
Object |
getEventTypeParam()
Returns the progress event param. |
int |
getJRexPeer()
Returns the target browser component to which the URIContent event belongs. |
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. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProgressEvent(int jrexPeer, int eventType, boolean isLoadingDoc, String reqName, int reqStatus, boolean isReqPending, Object eventParam)
jrexPeer
- target browser component to which the event belongseventType
- type of Progress eventisLoadingDoc
- true
if document is loading.reqName
- request URI.reqStatus
- status of request.isReqPending
- true
if request is pending.eventParam
- data associated to the Progress eventProgressEventConstants
Method Detail |
public int getJRexPeer()
public int getEventType()
public boolean isLoadingDocument()
true
if document is loading.
public String getRequestName()
public int getRequestStatus()
public boolean isRequestPending()
true
if request is pending.
public Object getEventTypeParam()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |