org.gjt.rec.util
Class SettingsEvent.Type

java.lang.Object
  |
  +--org.gjt.rec.util.Enum
        |
        +--org.gjt.rec.util.SettingsEvent.Type
All Implemented Interfaces:
Comparable, Serializable
Enclosing class:
SettingsEvent

public static class SettingsEvent.Type
extends Enum

This class holds all the possible types of a SettingsEvent.

See Also:
Serialized Form

Field Summary
static SettingsEvent.Type DELETE
           
static SettingsEvent.Type INSERT
           
static SettingsEvent.Type UPDATE
           
 
Fields inherited from class org.gjt.rec.util.Enum
REVISION
 
Methods inherited from class org.gjt.rec.util.Enum
compareTo, equals, getId, hashCode, instanceList, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

INSERT

public static final SettingsEvent.Type INSERT

DELETE

public static final SettingsEvent.Type DELETE

UPDATE

public static final SettingsEvent.Type UPDATE