public interface ProductEvent
extends org.pf4j.ExtensionPoint
Modifier and Type | Method and Description |
---|---|
void |
created(XPFProductEventContext context)
Product created.
|
XPFDeliveryPolicy |
getDeliveryPolicy()
Get delivery policy.
|
void |
updated(XPFProductEventContext context)
Product updated.
|
XPFDeliveryPolicy getDeliveryPolicy()
void created(XPFProductEventContext context)
context
- the product event context.void updated(XPFProductEventContext context)
context
- the product event context.Copyright © 2025. All rights reserved.