com.vaadin.flow.hotswap.

Class HotswapCompleteEvent

java.lang.Object
com.vaadin.flow.hotswap.HotswapCompleteEvent
public class HotswapCompleteEvent extends Object
  • Constructor Details

    • HotswapCompleteEvent

      public HotswapCompleteEvent(VaadinService vaadinService, Set<Class<?>> classes, boolean redefined)
  • Method Details

    • getClasses

      public Set<Class<?>> getClasses()

      Gets the classes that were updated.

      Returns:

      the updated classes

    • isRedefined

      public boolean isRedefined()

      Checks if the classes were redefined (as opposed to being new classes).

      Returns:

      true if the classes have been redefined by hotswap

    • getService

      public VaadinService getService()

      Gets the Vaadin service.

      Returns:

      the vaadin service