Interface DidomiVendorStatusListener
-
- All Implemented Interfaces:
public interface DidomiVendorStatusListenerInterface for Vendor Status listener. It should mostly be used as a lambda expression.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVendorStatusChanged(CurrentUserStatus.VendorStatus vendorStatus)Abstract method of the DidomiVendorStatusListener functional interface. -
-
Method Detail
-
onVendorStatusChanged
abstract Unit onVendorStatusChanged(CurrentUserStatus.VendorStatus vendorStatus)
Abstract method of the DidomiVendorStatusListener functional interface.
- Parameters:
vendorStatus- The status of the vendor as CurrentUserStatus.VendorStatus
-
-
-
-