rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
40 lines (20 loc) • 668 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [IOnFreeListener](./rc-js-util.ionfreelistener.md)
## IOnFreeListener interface
A listener for [IManagedResourceNode](./rc-js-util.imanagedresourcenode.md)<!-- -->.
**Signature:**
```typescript
export interface IOnFreeListener
```
## Methods
<table><thead><tr><th>
Method
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[onFree()](./rc-js-util.ionfreelistener.onfree.md)
</td><td>
Should be called once the resource has been freed.
</td></tr>
</tbody></table>