public class ProductLicenseEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
PRODUCT_LICENSE_RELEASED
The product license released event ID.
|
static int |
PRODUCT_LICENSE_REQUESTED
The product license requested event ID.
|
| Constructor and Description |
|---|
ProductLicenseEvent(java.lang.Object source,
int id)
Constructs a ProductLiceneEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event.
|
public static final int PRODUCT_LICENSE_RELEASED
public static final int PRODUCT_LICENSE_REQUESTED