Event Handling (Software Design)
- •
What it is
- •
designing a system to respond to internal or external events as they occur
- •
- •
Example
- •
a library system automatically notifying a borrower when a loan period is nearly up
- •
- •
Design approaches
- •
Observer pattern, event-driven architecture, callbacks and event queues
- •
- •
Related