|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PepperProgressListener
Interface implemented by classes interested in progress events from the browser implementation.
Method Summary | |
---|---|
void |
onLinkStatusChange(StatusEvent event)
Event sent when mousing over a link. |
void |
onLocationChange(PepperProgressEvent event)
Called when the window being watched changes the location that is currently. |
void |
onProgressChange(PepperProgressEvent event)
Notification that the progress has changed for one of the requests being monitored. |
void |
onSecurityChange(PepperProgressEvent event)
Notification called for security progress. |
void |
onStateChange(StateChangeEvent event)
Notification indicating the state has changed for one of the requests associated with the document loaded. |
void |
onStatusChange(StatusEvent event)
Status message from a browser. |
Method Detail |
---|
void onStateChange(StateChangeEvent event)
event
- Event describing the state changevoid onProgressChange(PepperProgressEvent event)
event
- The ProgressEventPepperProgressEvent
,
ProgressChangeEventParam
void onLocationChange(PepperProgressEvent event)
event
- The ProgressEventPepperProgressEvent
void onStatusChange(StatusEvent event)
event
- StatusEvent containing the status messagevoid onSecurityChange(PepperProgressEvent event)
event
- The ProgressEventPepperProgressEvent
void onLinkStatusChange(StatusEvent event)
event
- Status event containing link
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |