Interfaces
TraceEventListener
- Previous
- TraceErrorHandler
- Next
- TraceWriter
Namespaces
Enumerations
Classes
Interfaces
Interfaces
interface TraceEventListener {
  filter: string;
  on(object: Object, name: string, data?: any): void;
}| Parameter | Default | Description | 
| object |  | Object | 
| name |  | string | 
| data |  | any |