This interface describes events associated with resource dispensers.
| Method | Description |
|---|---|
| OnResourceCreate | Indicates that a new resource has been created. |
| OnResourceAllocate | Indicates that a resource has been assigned from the pool. |
| OnResourceRecycle | Indicates that a resource has been placed into the pool. |
| OnResourceDestroy | Indicates that a resource has been destroyed. |