Class LicenseStateUpdateEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- com.inductiveautomation.ignition.gateway.licensing.LicenseStateUpdateEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LicenseStateUpdateEvent extends java.util.EventObject- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LicenseStateUpdateEvent(java.lang.Object source, java.lang.String moduleId, LicenseState licenseState)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseStategetLicenseState()java.lang.StringgetModuleId()
 
- 
- 
- 
Constructor Detail- 
LicenseStateUpdateEventpublic LicenseStateUpdateEvent(java.lang.Object source, java.lang.String moduleId, LicenseState licenseState)
 
- 
 - 
Method Detail- 
getModuleIdpublic java.lang.String getModuleId() 
 - 
getLicenseStatepublic LicenseState getLicenseState() 
 
- 
 
-