com.ibm.as400.access

Class RecordDescriptionEvent

  • java.lang.Object
    • java.util.EventObject
      • com.ibm.as400.access.RecordDescriptionEvent
  • All Implemented Interfaces:
    java.io.Serializable


    public class RecordDescriptionEvent
    extends java.util.EventObject
    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.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      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

      Constructors 
      Constructor and Description
      RecordDescriptionEvent(java.lang.Object source, int id)
      Constructs a RecordDescriptionEvent object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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