Klasse RDC.FieldsRefreshEvent
java.lang.Object
com.inet.report.RDC.FieldsRefreshEvent
- Umschließende Klasse:
RDC
FOR INTERNAL USE ONLY
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final intThe field has been added.static final intThe field has been removed.static final intThe field has been changed.static final intMaybe all fields has been changed. -
Methodenübersicht
-
Felddetails
-
ADD
public static final int ADDThe field has been added.- Siehe auch:
-
DELETE
public static final int DELETEThe field has been removed.- Siehe auch:
-
UPDATE
public static final int UPDATEThe field has been changed.- Siehe auch:
-
UPDATE_ALL
public static final int UPDATE_ALLMaybe all fields has been changed.- Siehe auch:
-
-
Methodendetails
-
getEngine
-
getField
The added, removed or changed field. If all fields (UPDATE_ALL) has been changed null is returned.- Gibt zurück:
- Field
-
getCause
public int getCause()Returns whether a field was added, removed or changed.- Gibt zurück:
- int
- Siehe auch:
-
paramString
Debug information on this FieldsRefreshEvent: [field, value]- Gibt zurück:
- Debug information on this FieldsRefreshEvent
-