public class ServiceDestroyEvent extends EventObject
ServiceDestroyListener
when a VaadinService
is
being destroyed.source
Constructor and Description |
---|
ServiceDestroyEvent(VaadinService service)
Creates a new event for the given service.
|
Modifier and Type | Method and Description |
---|---|
VaadinService |
getSource() |
toString
public ServiceDestroyEvent(VaadinService service)
service
- the service being destroyedpublic VaadinService getSource()
getSource
in class EventObject
Copyright © 2025. All rights reserved.