|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JRex ProgressListener interface, This listener can be added to listen to any progress related events.
JRexCanvas.addProgressListener(org.mozilla.jrex.event.progress.ProgressListener)
Method Summary | |
void |
onLinkStatusChange(ProgressEvent event)
This is an additional event to set of progress event, this event occurs when mouse is rolled over a link which is usually printed in the status bar of the browser. |
void |
onLocationChange(ProgressEvent event)
Called when the window being watched changes the location that is currently. |
void |
onProgressChange(ProgressEvent event)
Notification that the progress has changed for one of the requests being monitored. |
void |
onSecurityChange(ProgressEvent event)
Notification called for security progress. |
void |
onStateChange(ProgressEvent event)
Notification indicating the state has changed for one of the requests associated with the document loaded. |
void |
onStatusChange(ProgressEvent event)
Notification that the status has changed. |
Method Detail |
public void onStateChange(ProgressEvent event)
event
- The ProgressEventProgressEvent
,
StateChangeEventParam
public void onProgressChange(ProgressEvent event)
event
- The ProgressEventProgressEvent
,
ProgressChangeEventParam
public void onLocationChange(ProgressEvent event)
event
- The ProgressEventProgressEvent
public void onStatusChange(ProgressEvent event)
event
- The ProgressEventProgressEvent
,
StatusChangeEventParam
public void onSecurityChange(ProgressEvent event)
event
- The ProgressEventProgressEvent
,
StatusChangeEventParam
public void onLinkStatusChange(ProgressEvent event)
event
- The ProgressEventProgressEvent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |