Event-Driven Programming
Event-Driven Programming Thus far, our programs have been executed one statement after the other However, many programs depend on user actions to dictate what happens and when Sample event: a button click ...or mouse movement (see Horstmann, ch 12: Event handling) Events
1.36k views • 15 slides