You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.copilot.

Class HotswapListener

java.lang.Object
com.vaadin.copilot.HotswapListener

All Implemented Interfaces:

VaadinHotswapper

public class HotswapListener extends Object implements VaadinHotswapper
  • Constructor Details

    • HotswapListener

      public HotswapListener()
  • Method Details

    • onHotswapComplete

      public void onHotswapComplete(HotswapCompleteEvent event)

      Description copied from interface: VaadinHotswapper

      Called by Vaadin hotswap entry point after all hotswap related operations have been completed.

      Specified by:

      onHotswapComplete in interface VaadinHotswapper

      Parameters:

      event - an event containing information about the hotswap operation.