java.lang.Object
no.ntnu.principes.event.PrincipesEvent<UUID>
no.ntnu.principes.event.navigation.NavigationClearStackEvent
Represents an event that clears the navigation stack.
-
Constructor Summary
ConstructorsConstructorDescriptionNavigationClearStackEvent(UUID payload) Creates a navigation event that clears the entire navigation stack. -
Method Summary
-
Constructor Details
-
NavigationClearStackEvent
Creates a navigation event that clears the entire navigation stack. This event is used when resetting a navigation hierarchy is required.- Parameters:
payload- aUUIDrepresenting the unique identifier associated with this event, which can be used for tracking or correlation purposes.
-