@AccessLevel(value=EXTERNAL)
public static interface ServiceDelivery.ServiceDeliveryCompleteEvents
Modifier and Type | Method and Description |
---|---|
void |
postServiceDeliveryComplete(ServiceDelivery serviceDelivery)
Triggers a post completion service delivery event.
|
void |
preServiceDeliveryComplete(ServiceDelivery serviceDelivery)
Triggers a pre completion service delivery event.
|
@AccessLevel(value=EXTERNAL) @Implementable void preServiceDeliveryComplete(ServiceDelivery serviceDelivery) throws curam.util.exception.InformationalException, curam.util.exception.AppException
serviceDelivery
- Contains the service delivery details.curam.util.exception.InformationalException
curam.util.exception.AppException
@AccessLevel(value=EXTERNAL) @Implementable void postServiceDeliveryComplete(ServiceDelivery serviceDelivery) throws curam.util.exception.InformationalException, curam.util.exception.AppException
serviceDelivery
- Contains the service delivery details.curam.util.exception.InformationalException
curam.util.exception.AppException