com.ibm.as400.access
Class AS400CertificateEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.ibm.as400.access.AS400CertificateEvent
-
- All Implemented Interfaces:
- java.io.Serializable
public class AS400CertificateEvent extends java.util.EventObject
The AS400CertificateEvent class represents an AS400Certificate event.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static int
CERTIFICATE_ADDED
The AS400Certificate added event ID.static int
CERTIFICATE_DELETED
The AS400Certificate deleted event ID.
-
Constructor Summary
Constructors Constructor and Description AS400CertificateEvent(java.lang.Object source, int id)
Constructs an AS400CertificateEvent object.
-
Method Summary
Methods Modifier and Type Method and Description int
getID()
Returns the identifier for this event.
-
-
-
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
-
-