Package com.vaadin.server
Class ServiceDestroyEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.ServiceDestroyEvent
-
- All Implemented Interfaces:
Serializable
public class ServiceDestroyEvent extends EventObject
Event fired toServiceDestroyListener
when aVaadinService
is being destroyed.- Since:
- 7.2
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ServiceDestroyEvent(VaadinService service)
Creates a new event for the given service.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VaadinService
getSource()
-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
ServiceDestroyEvent
public ServiceDestroyEvent(VaadinService service)
Creates a new event for the given service.- Parameters:
service
- the service being destroyed
-
-
Method Detail
-
getSource
public VaadinService getSource()
- Overrides:
getSource
in classEventObject
-
-