Class DefaultSandboxApplicationChangeEventListener

java.lang.Object
com.broadleafcommerce.sandbox.persistence.event.DefaultSandboxApplicationChangeEventListener
All Implemented Interfaces:
SandboxApplicationChangeEventListener

public class DefaultSandboxApplicationChangeEventListener extends Object implements SandboxApplicationChangeEventListener
Author:
Nathan Moore (nathandmoore)
  • Constructor Details

  • Method Details

    • handle

      @EventListener public void handle(@NonNull com.broadleafcommerce.data.tracking.core.tenant.service.ApplicationChangedEvent event)
      Description copied from interface: SandboxApplicationChangeEventListener
      Responsible for executing actions in response to an ApplicationChangedEvent. Implementations should mark this method with @EventListener.
      Specified by:
      handle in interface SandboxApplicationChangeEventListener
      Parameters:
      event - an ApplicationChangedEvent with information about a changed Application