|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressEvent | |
org.mozilla.jrex.event.progress | |
org.mozilla.jrex.ui |
Uses of ProgressEvent in org.mozilla.jrex.event.progress |
Methods in org.mozilla.jrex.event.progress with parameters of type ProgressEvent | |
void |
ProgressListener.onStateChange(ProgressEvent event)
Notification indicating the state has changed for one of the requests associated with the document loaded. |
void |
ProgressListener.onProgressChange(ProgressEvent event)
Notification that the progress has changed for one of the requests being monitored. |
void |
ProgressListener.onLocationChange(ProgressEvent event)
Called when the window being watched changes the location that is currently. |
void |
ProgressListener.onStatusChange(ProgressEvent event)
Notification that the status has changed. |
void |
ProgressListener.onSecurityChange(ProgressEvent event)
Notification called for security progress. |
void |
ProgressListener.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. |
Uses of ProgressEvent in org.mozilla.jrex.ui |
Methods in org.mozilla.jrex.ui with parameters of type ProgressEvent | |
void |
JRexStatusBarImpl.onStateChange(ProgressEvent event)
|
void |
JRexStatusBarImpl.onLocationChange(ProgressEvent event)
|
void |
JRexStatusBarImpl.onStatusChange(ProgressEvent event)
|
void |
JRexStatusBarImpl.onSecurityChange(ProgressEvent event)
|
void |
JRexStatusBarImpl.onProgressChange(ProgressEvent event)
|
void |
JRexStatusBarImpl.onLinkStatusChange(ProgressEvent event)
|
void |
JRexCanvas.processProgressEvent(ProgressEvent pe)
Processes progress events occurring on this browser by dispatching them to any registered ProgressListener objects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |