com.ibm.as400.access
Class ProductLicenseEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.as400.access.ProductLicenseEvent
All Implemented Interfaces:
Serializable

public class ProductLicenseEvent
extends EventObject

The ProductLiceneEvent class represents a ProductLicense event.

See Also:
Serialized Form

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(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

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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values
Constructor Detail

ProductLicenseEvent

public ProductLicenseEvent(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.
Method Detail

getID

public int getID()
Returns the identifier for this event.

Returns:
The identifier for this event.