Package | Description |
---|---|
InstrumentationPlatformGUI.Properties |
Modifier and Type | Method and Description |
---|---|
PropertyCallback |
Property.getGetterPropertyCallback() |
PropertyCallback |
Property.getSetterPropertyCallback() |
Modifier and Type | Method and Description |
---|---|
void |
Property.setGetterPropertyCallback(PropertyCallback getterPropertyCallback)
Provide the
PropertyCallback fired when the value of this
Property is accessed (read) from CLUC code. |
void |
Property.setSetterPropertyCallback(PropertyCallback setterPropertyCallback)
Provide the
PropertyCallback fired when the value of this
Property is accessed (changed) from CLUC code. |