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
    • Field Summary

      Fields 
      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.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProductLicenseEvent(java.lang.Object source, int id)
      Constructs a ProductLiceneEvent object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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(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.
    • Method Detail

      • getID

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