com.ibm.as400.access
Class AS400CertificateEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.ibm.as400.access.AS400CertificateEvent
All Implemented Interfaces:
Serializable

public class AS400CertificateEvent
extends EventObject

The AS400CertificateEvent class represents an AS400Certificate event.

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
static int CERTIFICATE_ADDED
          The AS400Certificate added event ID.
static int CERTIFICATE_DELETED
          The AS400Certificate deleted event ID.
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Constructor and Description
AS400CertificateEvent(Object source, int id)
          Constructs an AS400CertificateEvent object.
 
Method Summary
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

CERTIFICATE_ADDED

public static final int CERTIFICATE_ADDED
The AS400Certificate added event ID. This event is delivered when a certificate has been added.

See Also:
Constant Field Values

CERTIFICATE_DELETED

public static final int CERTIFICATE_DELETED
The AS400Certificate deleted event ID. This event is delivered when a certificate has been deleted.

See Also:
Constant Field Values
Constructor Detail

AS400CertificateEvent

public AS400CertificateEvent(Object source,
                             int id)
Constructs an AS400CertificateEvent object.

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.