|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.lobobrowser.gui.NavigationAdapter
public abstract class NavigationAdapter
A convenience abstract implementation of NavigationListener,
with blank methods.
| Field Summary |
|---|
| Fields inherited from interface org.lobobrowser.ua.NavigationListener |
|---|
EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
NavigationAdapter()
|
|
| Method Summary | |
|---|---|
void |
beforeLocalNavigate(NavigationEvent event)
Called any time a navigation trigger needs to be processed in the event frame, but might have originated in a child frame. |
void |
beforeNavigate(NavigationEvent event)
Called any time a navigation trigger originates in the event frame. |
void |
beforeWindowOpen(NavigationEvent event)
Called any time a window open trigger originates in the event frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NavigationAdapter()
| Method Detail |
|---|
public void beforeLocalNavigate(NavigationEvent event)
throws NavigationVetoException
org.lobobrowser.ua.NavigationListener
beforeLocalNavigate in interface NavigationListenerevent - Contains navigation information.
NavigationVetoException - Thrown to cancel navigation.
public void beforeNavigate(NavigationEvent event)
throws NavigationVetoException
org.lobobrowser.ua.NavigationListener
beforeNavigate in interface NavigationListenerevent - Contains navigation information.
NavigationVetoException - Thrown to cancel navigation.
public void beforeWindowOpen(NavigationEvent event)
throws NavigationVetoException
org.lobobrowser.ua.NavigationListener
beforeWindowOpen in interface NavigationListenerevent - Contains navigation information.
NavigationVetoException - Thrown to cancel navigation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||