JavaScript is disabled on your browser.
JBStrap
JBStrap framework 4.0
Skip navigation links
JBStrap framework 4.0 - Documentation
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.jbstrap.core.event.handlers.custom
Interface NavigationEventHandler
All Superinterfaces:
BrowserEventHandler
public interface
NavigationEventHandler
extends
BrowserEventHandler
Since:
4.0
Author:
JBStrap
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onNavigate
(
NavigationEvent
event)
Method Details
onNavigate
void
onNavigate
(
NavigationEvent
event)
Parameters:
event
- The event object
See Also:
NavigationEvent