You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.router.

Class AfterNavigationEvent

  • All Implemented Interfaces:

    Serializable

    public class AfterNavigationEvent
    extends EventObject

    Event created after navigation completed.

    Since:

    1.0

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

      • AfterNavigationEvent

        public AfterNavigationEvent​(LocationChangeEvent event)

        Construct event from a NavigationEvent.

        Parameters:

        event - NavigationEvent that is on going