Uses of Interface
com.vaadin.flow.server.ServiceDestroyListener
-
Packages that use ServiceDestroyListener Package Description com.vaadin.flow.server -
-
Uses of ServiceDestroyListener in com.vaadin.flow.server
Methods in com.vaadin.flow.server with parameters of type ServiceDestroyListener Modifier and Type Method Description RegistrationVaadinService. addServiceDestroyListener(ServiceDestroyListener listener)Adds a service destroy listener that gets notified when this service is destroyed.
-