
Public Member Functions | |
| int | getCode () |
Static Public Attributes | |
| final int | RESET_ALL_CODE = 0 |
| final int | ALL_POINTS_CHANGED_CODE = 1 |
| final int | POINTS_CHANGED_CODE = 2 |
| final int | POINTS_ADDED_CODE = 3 |
| final int | POINTS_REMOVED_CODE = 4 |
| final DataChange | RESET_ALL = new DataChange(RESET_ALL_CODE) |
| final DataChange | ALL_POINTS_CHANGED = new DataChange(ALL_POINTS_CHANGED_CODE) |
| final DataChange | POINTS_CHANGED = new DataChange(POINTS_CHANGED_CODE) |
| final DataChange | POINTS_ADDED = new DataChange(POINTS_ADDED_CODE) |
| final DataChange | POINTS_REMOVED = new DataChange(POINTS_REMOVED_CODE) |
Private Member Functions | |
| DataChange (int c) | |
Private Attributes | |
| int | code |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8