public interface IWebBrowserNavigationEventListener
WebBrowserNavigationEvent
.Modifier and Type | Method and Description |
---|---|
void |
goBack(WebBrowserNavigationEvent e)
This method is called when user selects goBack navigation
|
void |
goForward(WebBrowserNavigationEvent e)
This method is called when user selects goForward navigation
|
void |
refresh(WebBrowserNavigationEvent e)
This method is called when user selects refresh navigation
|
void |
stop(WebBrowserNavigationEvent e)
This method is called when user selects stop navigation
|
void goBack(WebBrowserNavigationEvent e)
e
- event information including target IWebBrowserACTF
to
handle this eventvoid goForward(WebBrowserNavigationEvent e)
e
- event information including target IWebBrowserACTF
to
handle this eventvoid refresh(WebBrowserNavigationEvent e)
e
- event information including target IWebBrowserACTF
to
handle this eventvoid stop(WebBrowserNavigationEvent e)
e
- event information including target IWebBrowserACTF
to
handle this event