|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NavigationListener
A listener of navigation events.
NavigationEvent,
NavigatorExtensionContext.addNavigationListener(NavigationListener)| Field Summary | |
|---|---|
static NavigationListener[] |
EMPTY_ARRAY
|
| 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. |
| Field Detail |
|---|
static final NavigationListener[] EMPTY_ARRAY
| Method Detail |
|---|
void beforeNavigate(NavigationEvent event)
throws NavigationVetoException
event - Contains navigation information.
NavigationVetoException - Thrown to cancel navigation.
void beforeLocalNavigate(NavigationEvent event)
throws NavigationVetoException
event - Contains navigation information.
NavigationVetoException - Thrown to cancel navigation.
void beforeWindowOpen(NavigationEvent event)
throws NavigationVetoException
event - Contains navigation information.
NavigationVetoException - Thrown to cancel navigation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||