Answer by
testing1234 (100)
Event driven in programming means the program flow is controlled by events. These events could be from user input such as a mouse click or other sensor readings. Events are sent by a dispatcher based on type to a handler which processes the type of event. Events are stored in a queue until they can be processed.