public class DatabaseChangeEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static net.sf.jabref.DatabaseChangeEvent.ChangeType |
ADDED_ENTRY |
static net.sf.jabref.DatabaseChangeEvent.ChangeType |
CHANGED_ENTRY |
static net.sf.jabref.DatabaseChangeEvent.ChangeType |
CHANGING_ENTRY |
static net.sf.jabref.DatabaseChangeEvent.ChangeType |
REMOVED_ENTRY |
Constructor and Description |
---|
DatabaseChangeEvent(BibtexDatabase source,
net.sf.jabref.DatabaseChangeEvent.ChangeType type,
BibtexEntry entry) |
Modifier and Type | Method and Description |
---|---|
BibtexEntry |
getEntry() |
BibtexDatabase |
getSource() |
net.sf.jabref.DatabaseChangeEvent.ChangeType |
getType() |
public static net.sf.jabref.DatabaseChangeEvent.ChangeType ADDED_ENTRY
public static net.sf.jabref.DatabaseChangeEvent.ChangeType REMOVED_ENTRY
public static net.sf.jabref.DatabaseChangeEvent.ChangeType CHANGED_ENTRY
public static net.sf.jabref.DatabaseChangeEvent.ChangeType CHANGING_ENTRY
public DatabaseChangeEvent(BibtexDatabase source, net.sf.jabref.DatabaseChangeEvent.ChangeType type, BibtexEntry entry)
public BibtexDatabase getSource()
public BibtexEntry getEntry()
public net.sf.jabref.DatabaseChangeEvent.ChangeType getType()