GUI using Event Driven Design GUI using Event Driven Design
GUI design is an excellent place to explore the application of event driven design techniques. Most UIs are built using a derivative of the model-view-controller framework, which is based on an event driven control model. It is not surprising then that GUI designs that use this framework can benefit from the application of event driven design principles. Event Driven GUI Design Activities Event driven GUI design consists of the following 5 activities: 1) DEFINE...