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 Details

    • view

      protected final V view
  • Constructor Details

    • AfterViewNavigationEvent

      public AfterViewNavigationEvent(Object source, V view)
  • Method Details

    • getView

      public V getView()
      Returns the view associated with this event.
      Returns:
      the view associated with this event