Package jcckit.data
Class DataEventType
java.lang.Object
jcckit.data.DataEventType
Type of a
DataEvent
. Implements the typesafe enumeration pattern.-
Field Summary
Modifier and TypeFieldDescriptionstatic final DataEventType
Event type.static final DataEventType
Event type.static final DataEventType
Event type.static final DataEventType
Event type. -
Method Summary
-
Field Details
-
ELEMENT_ADDED
Event type. -
ELEMENT_INSERTED
Event type. -
ELEMENT_REPLACED
Event type. -
ELEMENT_REMOVED
Event type.
-