WireBox Event Model

WireBox also sports event-driven programming where it can announce several object life cycle events, and you can listen to them by creating listener CFCs.

Each event execution also comes with a structure of name-value pairs called data that can contain objects, variables, and all kinds of data useful for listeners. This data is sent by the event caller, and each event caller decides what this data sent is. Also, remember that WireBox can also be run with a reference to CacheBox, which also offers lots of internal events you can tap into. So, let's start investigating first the object's life cycle events.

Last updated

Was this helpful?