|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.util.EventObject
|
+--com.ibm.as400.access.AS400CertificateEvent
The AS400CertificateEvent class represents an AS400Certificate event.
| Field Summary | |
static int |
CERTIFICATE_ADDED
The AS400Certificate added event ID. |
static int |
CERTIFICATE_DELETED
The AS400Certificate deleted event ID. |
| 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 |
| Field Detail |
public static final int CERTIFICATE_ADDED
public static final int CERTIFICATE_DELETED
| Constructor Detail |
public AS400CertificateEvent(java.lang.Object source,
int id)
source - The object where the event originated.id - The event identifier.| Method Detail |
public int getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||