public class AS400CertificateEvent
extends java.util.EventObject
| 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 and Description |
|---|
AS400CertificateEvent(java.lang.Object source,
int id)
Constructs an AS400CertificateEvent object.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Returns the identifier for this event.
|
public static final int CERTIFICATE_ADDED
public static final int CERTIFICATE_DELETED