-
public interface ConsentControllerIf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceConsentControllerIf.ConsentJSListener
-
Method Summary
Modifier and Type Method Description abstract Unitinitialize()abstract UnitsetConsent(ConsentStatus givenConsent)abstract ConsentStatusgetGivenConsent()abstract UnitsetGivenConsent(ConsentStatus givenConsent)-
-
Method Detail
-
initialize
abstract Unit initialize()
-
setConsent
abstract Unit setConsent(ConsentStatus givenConsent)
-
getGivenConsent
abstract ConsentStatus getGivenConsent()
-
setGivenConsent
abstract Unit setGivenConsent(ConsentStatus givenConsent)
-
-
-
-