Class ServiceDestroyEvent

    • Field Summary

      • Fields inherited from class java.util.EventObject

        source
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      VaadinService getSource()  
      • Methods inherited from class java.util.EventObject

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 class java.util.EventObject