com.ibm.as400.access
Class AS400CertificateEvent
java.lang.Object
java.util.EventObject
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
Method Summary |
int |
getID()
Returns the identifier for this event. |
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
AS400CertificateEvent
public AS400CertificateEvent(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.