public class

LicenseManagerListener

extends Object
java.lang.Object
   ↳ com.carto.components.LicenseManagerListener

Class Overview

An internal listener class for notifying about license update events.

Summary

Public Constructors
LicenseManagerListener()
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

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.