|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWebBrowserNavigationEventListener
Interface to handle WebBrowserNavigationEvent
.
WebBrowserNavigationEvent
,
DefaultWebBrowserNavigationEventListener
Method Summary | |
---|---|
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 |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |