com.ibm.as400.access
Class ProductLicenseEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.access.ProductLicenseEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ProductLicenseEvent
- extends java.util.EventObject
The ProductLiceneEvent class represents a ProductLicense event.
- See Also:
- Serialized Form
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 |
PRODUCT_LICENSE_RELEASED
public static final int PRODUCT_LICENSE_RELEASED
- The product license released event ID. This event is delivered when a product license is released.
PRODUCT_LICENSE_REQUESTED
public static final int PRODUCT_LICENSE_REQUESTED
- The product license requested event ID. This event is delivered when a product license is requested.
ProductLicenseEvent
public ProductLicenseEvent(java.lang.Object source,
int id)
- Constructs a ProductLiceneEvent object. It uses the specified source and ID.
- Parameters:
source
- The object where the event originated.id
- The event identifier.
getID
public int getID()
- Returns the identifier for this event.
- Returns:
- The identifier for this event.