|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.actf.model.ui.editor.browser.DefaultWebBrowserNavigationEventListener
public class DefaultWebBrowserNavigationEventListener
Default event handler to dispatch navigation event to the current active
IWebBrowserACTF
.
IWebBrowserACTFEventListener
,
WebBrowserNavigationEvent
Constructor Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultWebBrowserNavigationEventListener()
Method Detail |
---|
public void goBack(WebBrowserNavigationEvent e)
IWebBrowserNavigationEventListener
goBack
in interface IWebBrowserNavigationEventListener
e
- event information including target IWebBrowserACTF
to
handle this eventpublic void goForward(WebBrowserNavigationEvent e)
IWebBrowserNavigationEventListener
goForward
in interface IWebBrowserNavigationEventListener
e
- event information including target IWebBrowserACTF
to
handle this eventpublic void refresh(WebBrowserNavigationEvent e)
IWebBrowserNavigationEventListener
refresh
in interface IWebBrowserNavigationEventListener
e
- event information including target IWebBrowserACTF
to
handle this eventpublic void stop(WebBrowserNavigationEvent e)
IWebBrowserNavigationEventListener
stop
in interface IWebBrowserNavigationEventListener
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 |