Interface GrantPropertiesListener
- All Superinterfaces:
BrandSetServiceListener
- All Known Implementing Classes:
FreestyleBeveragePourEngine
Interface for when
GrantAware properties are changes. This can be
used to re-evaluate all GrantAware beans in the brandSet for
visibility changes.- Since:
- 1.0
- Version:
- 2024-06-03
-
Method Summary
Modifier and TypeMethodDescriptionvoidonGrantPropertiesChange(BrandSetService service) Called whenBrandSetServiceis provided with new grant properties, which can be accessed bygetGrantProperties().
-
Method Details
-
onGrantPropertiesChange
Called whenBrandSetServiceis provided with new grant properties, which can be accessed bygetGrantProperties().- Parameters:
service- theBrandSetService
-