April 11, 2016

Difference between Event and Interrupt

□ Event ⊃ Interrupt

□ Event

○ Summary : It is case that is detected and processed by system
○ Event Handler
- Routine to handle events
- Same as Event listener

□ Interrupt
○ Summary : It is Special event that requires immediate handling
○ Interrupt Handler
- Routine to handle interrupts
- Same as ISR(Interrupt Service Routine)