public class LicenseWarningRunnable extends Object implements Runnable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_SERVER_ABOUT_TO_EXPIRE |
Constructor and Description |
---|
LicenseWarningRunnable(PropertyChangeListener listener)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
getDaysToExpiry()
Get the number of days to the license server expiry date.
|
void |
run() |
public static final String PROPERTY_SERVER_ABOUT_TO_EXPIRE
public LicenseWarningRunnable(PropertyChangeListener listener)
listener
- a listener to be notified when the time to expiry date
is less than the configured limit.