Class LicenseUpdatedMessage
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.licensing.LicenseUpdatedMessage
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class LicenseUpdatedMessage extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringPROTOCOL
 - 
Constructor SummaryConstructors Constructor Description LicenseUpdatedMessage(java.lang.String moduleId, LicenseState license)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseStategetLicense()java.lang.StringgetModuleId()
 
- 
- 
- 
Field Detail- 
PROTOCOLpublic static final java.lang.String PROTOCOL - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
LicenseUpdatedMessagepublic LicenseUpdatedMessage(java.lang.String moduleId, LicenseState license)
 
- 
 - 
Method Detail- 
getModuleIdpublic java.lang.String getModuleId() 
 - 
getLicensepublic LicenseState getLicense() 
 
- 
 
-