Package jcckit.data

Class DataEventType

java.lang.Object
jcckit.data.DataEventType

public class DataEventType extends Object
Type of a DataEvent. Implements the typesafe enumeration pattern.
  • Field Details

    • ELEMENT_ADDED

      public static final DataEventType ELEMENT_ADDED
      Event type.
    • ELEMENT_INSERTED

      public static final DataEventType ELEMENT_INSERTED
      Event type.
    • ELEMENT_REPLACED

      public static final DataEventType ELEMENT_REPLACED
      Event type.
    • ELEMENT_REMOVED

      public static final DataEventType ELEMENT_REMOVED
      Event type.