Package jcckit.data

Class DataEventType


  • public class DataEventType
    extends Object
    Type of a DataEvent. Implements the typesafe enumeration pattern.
    Author:
    Franz-Josef Elmer
    • Field Detail

      • 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.