@FunctionalInterface public interface ServiceDestroyListener extends Serializable
VaadinService
to which it has
been registered is destroyed.VaadinService.addServiceDestroyListener(ServiceDestroyListener)
,
VaadinService.removeServiceDestroyListener(ServiceDestroyListener)
Modifier and Type | Method and Description |
---|---|
void |
serviceDestroy(ServiceDestroyEvent event)
Invoked when a service is destroyed.
|
void serviceDestroy(ServiceDestroyEvent event)
event
- the eventCopyright © 2018 Vaadin Ltd. All rights reserved.