# Objective
Fixes#24017
## Solution
Added `register_boxed_system` to `Commands`.
## Testing
- Modified `callbacks` example to show our new `register_boxed_system`
method.
---------
Co-authored-by: Chris Russell <8494645+chescock@users.noreply.github.com>
# Objective
This is a powerful pattern, but figuring out the exact incantation to
call can be quite challenging!
## Solution
Write a little prototype, turn it into a full example!
## Testing
`cargo run --example callbacks`
---------
Co-authored-by: Chris Biscardi <chris@christopherbiscardi.com>