jcckit.data
Class DataEventType

java.lang.Object
  extended byjcckit.data.DataEventType

public class DataEventType
extends java.lang.Object

Type of a DataEvent. Implements the typesafe enumeration pattern.

Author:
Franz-Josef Elmer

Field Summary
static DataEventType ELEMENT_ADDED
          Event type.
static DataEventType ELEMENT_INSERTED
          Event type.
static DataEventType ELEMENT_REMOVED
          Event type.
static DataEventType ELEMENT_REPLACED
          Event type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.