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 Summary
Fields Modifier and Type Field Description static java.lang.StringPROTOCOL 
- 
Constructor Summary
Constructors Constructor Description LicenseUpdatedMessage(java.lang.String moduleId, LicenseState license) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseStategetLicense()java.lang.StringgetModuleId() 
 - 
 
- 
- 
Field Detail
- 
PROTOCOL
public static final java.lang.String PROTOCOL
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
LicenseUpdatedMessage
public LicenseUpdatedMessage(java.lang.String moduleId, LicenseState license) 
 - 
 
- 
Method Detail
- 
getModuleId
public java.lang.String getModuleId()
 
- 
getLicense
public LicenseState getLicense()
 
 - 
 
 -