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:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
LockPurgedEvent
-
-
Method Details
-
getSubscriptionId
-
isRevert
public boolean isRevert()
-