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 Summary
Constructors Constructor Description LicenseStateUpdateEvent(java.lang.Object source, java.lang.String moduleId, LicenseState licenseState) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseStategetLicenseState()java.lang.StringgetModuleId() 
 - 
 
- 
- 
Constructor Detail
- 
LicenseStateUpdateEvent
public LicenseStateUpdateEvent(java.lang.Object source, java.lang.String moduleId, LicenseState licenseState) 
 - 
 
- 
Method Detail
- 
getModuleId
public java.lang.String getModuleId()
 
- 
getLicenseState
public LicenseState getLicenseState()
 
 - 
 
 -