|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.as400.access.RecordDescriptionEvent
public class RecordDescriptionEvent
The RecordDescriptionEvent class represents a RecordDescriptionEvent. This class is used to
fire events from the record description classes,
RecordFormat
and
Record
to listeners that have implemented the
RecordDescriptionListener
interface.
Field Summary | |
---|---|
static int |
FIELD_DESCRIPTION_ADDED
Event id indicating that a field description has been added to a RecordFormat object. |
static int |
FIELD_MODIFIED
Event id indicating that a field value has been modified in a Record object. |
static int |
KEY_FIELD_DESCRIPTION_ADDED
Event id indicating that a key field description has been added to a RecordFormat object. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RecordDescriptionEvent(Object source,
int id)
Constructs a RecordDescriptionEvent 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 FIELD_DESCRIPTION_ADDED
RecordFormat.addFieldDescription(com.ibm.as400.access.FieldDescription)
,
Constant Field Valuespublic static final int KEY_FIELD_DESCRIPTION_ADDED
RecordFormat.addKeyFieldDescription(int)
,
Constant Field Valuespublic static final int FIELD_MODIFIED
Record.setField(int, java.lang.Object)
,
Record.setContents(byte[])
,
Constant Field ValuesConstructor Detail |
---|
public RecordDescriptionEvent(Object source, int id)
source
- The object where the event originated.id
- The event identifier. The id must
be a valid event id for this class.Method Detail |
---|
public int getID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |