Package org.jboss.elemento.router
Interface AfterPlaceHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface that represents a handler for performing actions after a place is changed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterPlace
(PlaceManager placeManager, Place place) Executes the specified actions after a place is changed.
-
Method Details
-
afterPlace
Executes the specified actions after a place is changed.- Parameters:
placeManager
- the PlaceManager instance that manages the placesplace
- the new place that has been changed to
-