Serializable
public class AS400CertificateEvent extends EventObject
Modifier and Type | Field | Description |
---|---|---|
static int |
CERTIFICATE_ADDED |
The AS400Certificate added event ID.
|
static int |
CERTIFICATE_DELETED |
The AS400Certificate deleted event ID.
|
source
Constructor | Description |
---|---|
AS400CertificateEvent(Object source,
int id) |
Constructs an AS400CertificateEvent object.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getID() |
Returns the identifier for this event.
|
getSource, toString
public static final int CERTIFICATE_ADDED
public static final int CERTIFICATE_DELETED
public AS400CertificateEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier.Copyright © 2025. All rights reserved.