Serializablepublic class ProductLicenseEvent extends EventObject
| Modifier and Type | Field | Description |
|---|---|---|
static int |
PRODUCT_LICENSE_RELEASED |
The product license released event ID.
|
static int |
PRODUCT_LICENSE_REQUESTED |
The product license requested event ID.
|
source| Constructor | Description |
|---|---|
ProductLicenseEvent(Object source,
int id) |
Constructs a ProductLiceneEvent object.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toStringpublic static final int PRODUCT_LICENSE_RELEASED
public static final int PRODUCT_LICENSE_REQUESTED
public ProductLicenseEvent(Object source, int id)
source - The object where the event originated.id - The event identifier.Copyright © 2024. All rights reserved.