FieldChangedEvent
is fired when a field of BibEntry
has been modified, removed or added.
Modifier and Type | Field and Description |
---|---|
private final Field | |
private int | |
private final String | |
private final String |
Access | Constructor and Description |
---|---|
public | FieldChangedEvent(BibEntry
Affected BibEntry object bibEntry, Field Name of field which has been changed field, String new field value newValue, String old field value oldValue, EntriesEventSource Location affected by this event location)
|
public | FieldChangedEvent(BibEntry
Affected BibEntry object bibEntry, Field Name of field which has been changed field, String new field value newValue, String oldValue)
|
public | FieldChangedEvent(FieldChange fieldChange, EntriesEventSource
Location affected by this event location)
|
public |
Modifier and Type | Method and Description |
---|---|
private int | |
public Field | |
public int | |
public String | |
public String |
field | back to summary |
---|---|
private final Field field |
majorCharacterChange | back to summary |
---|---|
private int majorCharacterChange |
newValue | back to summary |
---|---|
private final String newValue |
oldValue | back to summary |
---|---|
private final String oldValue |
FieldChangedEvent | back to summary |
---|---|
public FieldChangedEvent(BibEntry bibEntry, Field field, String newValue, String oldValue, EntriesEventSource location)
|
FieldChangedEvent | back to summary |
---|---|
public FieldChangedEvent(BibEntry bibEntry, Field field, String newValue, String oldValue) |
FieldChangedEvent | back to summary |
---|---|
public FieldChangedEvent(FieldChange fieldChange, EntriesEventSource location)
|
FieldChangedEvent | back to summary |
---|---|
public FieldChangedEvent(FieldChange fieldChange) |
computeMajorCharacterChange | back to summary |
---|---|
private int computeMajorCharacterChange(String oldValue, String newValue) |
getField | back to summary |
---|---|
public Field getField() |
getMajorCharacterChange | back to summary |
---|---|
public int getMajorCharacterChange() |
getNewValue | back to summary |
---|---|
public String getNewValue() |
getOldValue | back to summary |
---|---|
public String getOldValue() |