Interface GrantPropertiesListener

All Superinterfaces:
BrandSetServiceListener
All Known Implementing Classes:
FreestyleBeveragePourEngine

public interface GrantPropertiesListener extends BrandSetServiceListener
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 Type
    Method
    Description
    void
    Called when BrandSetService is provided with new grant properties, which can be accessed by getGrantProperties() .
  • Method Details

    • onGrantPropertiesChange

      void onGrantPropertiesChange(BrandSetService service)
      Called when BrandSetService is provided with new grant properties, which can be accessed by getGrantProperties() .
      Parameters:
      service - the BrandSetService