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
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
AS400CertificateEvent(java.lang.Object source,
int id)
Constructs an AS400CertificateEvent 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 |
CERTIFICATE_ADDED
public static final int CERTIFICATE_ADDED
- The AS400Certificate added event ID. This event is delivered when a certificate has been added.
CERTIFICATE_DELETED
public static final int CERTIFICATE_DELETED
- The AS400Certificate deleted event ID. This event is delivered when a certificate has been deleted.
AS400CertificateEvent
public AS400CertificateEvent(java.lang.Object source,
int id)
- Constructs an AS400CertificateEvent object.
- 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.