Interface LicenseStateUpdateListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
EvaluationContainer
- All Known Implementing Classes:
AbstractEvaluationContainer
,ArrayHistoryActor
,DelayedEvaluationContainer
,EdgeHistoryLicense
,ErroredContainer
,HistorianLicense
,OnChangeEvaluationContainer
,PeriodicEvaluationContainer
,TagGroupEvaluationContainer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
The LicenseState for the module specified in the LicenseStateChangeEvent has been updated.
-
Method Details
-
licenseStateUpdated
The LicenseState for the module specified in the LicenseStateChangeEvent has been updated. Module id of empty-string represents the license state for the Ignition platform itself.- Parameters:
e
- The LicenseStateUpdateEvent
-