|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebBrowserListener
Method Summary | |
---|---|
void |
commandReceived(WebBrowserCommandEvent e)
The web browser can invoke special commands to the application simply by calling through Javascript: window.location = 'command://' + encodeURIComponent('somecommand') + '&' + encodeURIComponent('param1') + '&' + encodeURIComponent('param2') + ... |
void |
loadingProgressChanged(WebBrowserEvent e)
|
void |
locationChangeCanceled(WebBrowserNavigationEvent e)
Invoked when the location was changing but one of the listener returned false to block the change. |
void |
locationChanged(WebBrowserNavigationEvent e)
|
void |
locationChanging(WebBrowserNavigationEvent e)
The event can be consumed. |
void |
statusChanged(WebBrowserEvent e)
|
void |
titleChanged(WebBrowserEvent e)
|
void |
windowClosing(WebBrowserEvent e)
The system is closing the browser component, so all ancestors or related components can be closed upon receiving this notification. |
void |
windowOpening(WebBrowserWindowOpeningEvent e)
This event is sent to the browser that originated the event. |
void |
windowWillOpen(WebBrowserWindowWillOpenEvent e)
This event is sent to the browser that originated the event, and can be consumed. |
Method Detail |
---|
void windowWillOpen(WebBrowserWindowWillOpenEvent e)
void windowOpening(WebBrowserWindowOpeningEvent e)
void windowClosing(WebBrowserEvent e)
void locationChanging(WebBrowserNavigationEvent e)
void locationChanged(WebBrowserNavigationEvent e)
void locationChangeCanceled(WebBrowserNavigationEvent e)
void loadingProgressChanged(WebBrowserEvent e)
void titleChanged(WebBrowserEvent e)
void statusChanged(WebBrowserEvent e)
void commandReceived(WebBrowserCommandEvent e)
window.location = 'command://' + encodeURIComponent('somecommand') + '&' + encodeURIComponent('param1') + '&' + encodeURIComponent('param2') + ...
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |