IAssertCallBackSetter
Short summary
This interface provides the possibilty to set a callback class
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | CNM_AbstractObject.IObject | - |
UML Diagram
Methods
setCallBack
- Parameters:
callBack(IAssertCallBack): the class that must be informed if an assertion is false
- Return type:
VOID
This methods is the setter for the callback class if an assertion was false…
Code
Declaration
INTERFACE IAssertCallBackSetter EXTENDS CNM_AbstractObject.IObject