Class LockPurgedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.broadleafcommerce.subscription.event.LockPurgedEvent
All Implemented Interfaces:
Serializable

public class LockPurgedEvent extends org.springframework.context.ApplicationEvent
Event that is fired when a subscription lock is purged. This can be the result of a lock completion, or an explicit revert of a lock.
See Also:
  • Constructor Details

    • LockPurgedEvent

      public LockPurgedEvent(Object source, String subscriptionId, boolean isRevert)
  • Method Details

    • getSubscriptionId

      public String getSubscriptionId()
    • isRevert

      public boolean isRevert()