Package io.jmix.flowui.view.navigation
Class SupportsAfterViewNavigationHandler.AfterViewNavigationEvent<V>
java.lang.Object
java.util.EventObject
io.jmix.flowui.view.navigation.SupportsAfterViewNavigationHandler.AfterViewNavigationEvent<V>
- Type Parameters:
V- the type of the view associated with this event
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- SupportsAfterViewNavigationHandler<V extends View>
public static class SupportsAfterViewNavigationHandler.AfterViewNavigationEvent<V>
extends EventObject
Represents an event that is triggered after navigation to a specific view has occurred.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
view
-
-
Constructor Details
-
AfterViewNavigationEvent
-
-
Method Details
-
getView
Returns the view associated with this event.- Returns:
- the view associated with this event
-