Also known as
- Call-After
- Event-Subscription
- Listener
Intent of Callback Design Pattern
The Java Callback Design Pattern is a piece of executable code passed as an argument to other code, which is expected to call back (execute) the argument at a convenient time.