public interface FeatureListenerI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
featureBecameAvailable(java.lang.String _feature)
Called when a feature just became available (that is a LicenseI was newly
imported, the starting date of its validity period arrived, or whatever).
|
void |
featureNoLongerAvailable(java.lang.String _feature)
Called when a feature just became no longer available (that is its LicenseI
was removed from system, the ending date of its validity period arrived, or
whatever).
|
static final java.lang.String $0
void featureBecameAvailable(java.lang.String _feature)
void featureNoLongerAvailable(java.lang.String _feature)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.