ewe.database
Class DatabaseEvent

java.lang.Object
  extended byewe.ui.Event
      extended byewe.database.DatabaseEvent

public class DatabaseEvent
extends Event


Field Summary
static int DELETED_ENTRY_ERASED
           
static int ENTRY_ADDED
           
static int ENTRY_CHANGED
           
static int ENTRY_DELETED
           
 
Fields inherited from class ewe.ui.Event
consumed, events, flags, target, timeStamp, type, window
 
Constructor Summary
DatabaseEvent(int type, Object target)
           
 
Methods inherited from class ewe.ui.Event
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Field Detail

ENTRY_DELETED

public static final int ENTRY_DELETED
See Also:
Constant Field Values

ENTRY_CHANGED

public static final int ENTRY_CHANGED
See Also:
Constant Field Values

ENTRY_ADDED

public static final int ENTRY_ADDED
See Also:
Constant Field Values

DELETED_ENTRY_ERASED

public static final int DELETED_ENTRY_ERASED
See Also:
Constant Field Values
Constructor Detail

DatabaseEvent

public DatabaseEvent(int type,
                     Object target)