# Object Creating Events

| Interception Point    | Intercept Structure            | Description                                                                                  |
| --------------------- | ------------------------------ | -------------------------------------------------------------------------------------------- |
| afterHandlerCreation  | handlerPath - The handler path | This occurs whenever a handler is created                                                    |
| afterInstanceCreation | mapping - The object mapping   | This occurs whenever a [wirebox](http://wiki.coldbox.org/wiki/Wirebox.cfm) object is created |

[WireBox](http://wirebox.ortusbooks.com/content/wirebox_event_model/index.html) also announces several other events in the object creation life cycles, so please see [the WireBox events](http://wirebox.ortusbooks.com/content/wirebox_event_model/index.html)
