Package ipsk.text.license
Interface AcceptanceHandler
-
public interface AcceptanceHandler- Author:
- klausj
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(java.lang.String licenseIdentifier)booleanisAccepted(java.lang.String licenseIdentifier)
-
-
-
Method Detail
-
accept
void accept(java.lang.String licenseIdentifier) throws AcceptanceHandlerException- Throws:
AcceptanceHandlerException
-
isAccepted
boolean isAccepted(java.lang.String licenseIdentifier) throws AcceptanceHandlerException- Throws:
AcceptanceHandlerException
-
-