|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.access.ProductLicenseEvent
The ProductLiceneEvent class represents a ProductLicense event.
| Field Summary | |
static int |
PRODUCT_LICENSE_RELEASED
The product license released event ID. |
static int |
PRODUCT_LICENSE_REQUESTED
The product license requested event ID. |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
ProductLicenseEvent(java.lang.Object source,
int id)
Constructs a ProductLiceneEvent object. |
|
| Method Summary | |
int |
getID()
Returns the identifier for this event. |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int PRODUCT_LICENSE_RELEASED
public static final int PRODUCT_LICENSE_REQUESTED
| Constructor Detail |
public ProductLicenseEvent(java.lang.Object source,
int id)
source - The object where the event originated.id - The event identifier.| Method Detail |
public int getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||