|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LicenseCheck
A LicenseCheck implementation checks availability and validity of a license for a given license request.
Method Summary | |
---|---|
boolean |
checkLicense(LicenseRequest request)
Check whether a valid license is available for the given license request. |
boolean |
isUIEnabled()
Returns whether the license check implementation should use a graphical user interface or not. |
void |
setUIEnabled(boolean uiEnabled)
Defines whether the license check implementation should use a graphical user interface or not. |
void |
setUIParent(java.awt.Component uiParent)
Set the parent component to be used for ui display. |
Methods inherited from interface com.componio.jlicensure.shared.PropertiesSettable |
---|
setProperties |
Method Detail |
---|
boolean checkLicense(LicenseRequest request) throws java.lang.Exception
request
- license request
java.lang.Exception
void setUIEnabled(boolean uiEnabled)
uiEnabled
- true or false, default is falseboolean isUIEnabled()
uiEnabled
- true or false, default is falsevoid setUIParent(java.awt.Component uiParent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |