
Public Member Functions | |
| CBResponse (Completion completion, CBDescOut desc, int type) | |
| CBResponse (Completion completion, CBDescOut desc, int type, double value) | |
Public Attributes | |
| Completion | completion = null |
| CBDescOut | desc = null |
| int | type = INVALID_TYPE |
| double | value = Double.MIN_VALUE |
Static Public Attributes | |
| static final int | INVALID_TYPE = 0 |
| static final int | DONE_TYPE = 1 |
| static final int | WORKING_TYPE = 2 |
Callback response class.
| alma::PS::PropertyDoubleTest::CBResponse::CBResponse | ( | Completion | completion, | |
| CBDescOut | desc, | |||
| int | type | |||
| ) | [inline] |
| alma::PS::PropertyDoubleTest::CBResponse::CBResponse | ( | Completion | completion, | |
| CBDescOut | desc, | |||
| int | type, | |||
| double | value | |||
| ) | [inline] |
final int alma::PS::PropertyDoubleTest::CBResponse::DONE_TYPE = 1 [static] |
final int alma::PS::PropertyDoubleTest::CBResponse::INVALID_TYPE = 0 [static] |
| double alma::PS::PropertyDoubleTest::CBResponse::value = Double.MIN_VALUE |
final int alma::PS::PropertyDoubleTest::CBResponse::WORKING_TYPE = 2 [static] |
1.6.2