public class RecordChangeEvent extends GenericEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordChangeEvent.Listener |
GenericEvent.Source| Constructor and Description |
|---|
RecordChangeEvent(DBChangeType action,
DBRecord record) |
RecordChangeEvent(DBChangeType action,
DBRecord[] records) |
| Modifier and Type | Method and Description |
|---|---|
DBChangeType |
getChangeType() |
DBRecord |
getRecord() |
int |
getRecordCount() |
DBRecord[] |
getRecords() |
boolean |
hasSingeRecord() |
boolean |
isDeleted() |
boolean |
isInserted() |
boolean |
isUpdated() |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepCloneconfigureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toStringpublic RecordChangeEvent(DBChangeType action, DBRecord record)
public RecordChangeEvent(DBChangeType action, DBRecord[] records)
public boolean isDeleted()
public boolean isInserted()
public boolean isUpdated()
public DBChangeType getChangeType()
public DBRecord[] getRecords()
public DBRecord getRecord()
public boolean hasSingeRecord()
public int getRecordCount()
public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectpublic DumpString toDumpString(DumpString s)
DumpabletoDumpString in interface DumpabletoDumpString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.