Package com.inet.report
Class RDC.FieldsRefreshEvent
java.lang.Object
com.inet.report.RDC.FieldsRefreshEvent
- Enclosing class:
- RDC
FOR INTERNAL USE ONLY
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The field has been added.static final int
The field has been removed.static final int
The field has been changed.static final int
Maybe all fields has been changed. -
Method Summary
-
Field Details
-
ADD
public static final int ADDThe field has been added.- See Also:
-
DELETE
public static final int DELETEThe field has been removed.- See Also:
-
UPDATE
public static final int UPDATEThe field has been changed.- See Also:
-
UPDATE_ALL
public static final int UPDATE_ALLMaybe all fields has been changed.- See Also:
-
-
Method Details
-
getEngine
Returns theEngine
- Returns:
- Engine
-
getField
The added, removed or changed field. If all fields (UPDATE_ALL) has been changed null is returned.- Returns:
- Field
-
getCause
public int getCause()Returns whether a field was added, removed or changed.- Returns:
- int
- See Also:
-
paramString
Debug information on this FieldsRefreshEvent: [field, value]- Returns:
- Debug information on this FieldsRefreshEvent
-