java.lang.Object |
↳ |
com.carto.components.LicenseManagerListener |
Class Overview
An internal listener class for notifying about license update events.
Summary
Public Methods |
synchronized
void
|
delete()
|
void
|
onLicenseUpdated(String licenseKey)
Called when the new license has been retrieved.
|
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
LicenseManagerListener
()
Public Methods
public
synchronized
void
delete
()
public
void
onLicenseUpdated
(String licenseKey)
Called when the new license has been retrieved.
Parameters
licenseKey |
The new license key.
|