| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | OnAfterParameterDelete
(Model Owner, String Name, Unit Units, ParamValue OldValue)
This is the listener method called after deleting a parameter. |
| void | OnAfterParameterModify
(Parameter Param, Unit NewUnits, ParamValue NewValue, Unit OldUnits, ParamValue OldValue)
This is the notification function called after a parameter is modified. |
| void | OnBeforeParameterCreate
(Model Owner, String Name, Unit Units, ParamValue Value)
This is the notification function called before a parameter is created. |
| void | OnBeforeParameterModify
(Parameter Param, Unit NewUnits, ParamValue NewValue, Unit OldUnits, ParamValue OldValue)
This is the notification function called before a parameter is modified. |
| Method Detail |
|---|
| OnBeforeParameterCreate |
|---|
| void | OnBeforeParameterCreate | (Model Owner, String Name, Unit Units, ParamValue Value) |
This is the notification function called before a parameter is created.
|
| OnBeforeParameterModify |
|---|
| void | OnBeforeParameterModify | (Parameter Param, Unit NewUnits, ParamValue NewValue, Unit OldUnits, ParamValue OldValue) |
This is the notification function called before a parameter is modified.
|
| OnAfterParameterModify |
|---|
| void | OnAfterParameterModify | (Parameter Param, Unit NewUnits, ParamValue NewValue, Unit OldUnits, ParamValue OldValue) |
This is the notification function called after a parameter is modified.
|
| OnAfterParameterDelete |
|---|
| void | OnAfterParameterDelete | (Model Owner, String Name, Unit Units, ParamValue OldValue) |
This is the listener method called after deleting a parameter.
|