Classes
- WrapperTracer
- CONSTRUCTOR.
Namespaces
- WrapperTracer
- It is a namespace / class. This generate a Wrapper object to inject events in objects methods and tracking their execution cycle.
Members
(inner) _callback
Callback to insert in the wrapped.
Outer function to insert in 'wrapped' object within each method. [OPCIONAL]
- Source:
(inner) _container
container element
Build the UI informative interface
- Source:
(private, inner) Util
Static object of utility. It can be obtained through its GETTER WrapperTracer#getUtil()
STATIC OBJECT WITH UTILITY METHODS BUT WITHOUT STATE
Properties:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Util |
Object | The Util object Properties
|
- Source:
comment
[String] :/** @module WrapperTracer */