1 / 25

C Event Processing Model

Agenda. IntroductionC

naida
Télécharger la présentation

C Event Processing Model

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


    1. C# Event Processing Model Solving The Mystery

    2. Agenda Introduction C# Event Processing Macro View Required Components Role of Each Component How To Create Each Type Of Component

    3. Introduction C# is a modern programming language supported by an extensive set of API structures and classes. i.e., The .Net Framework C# supports event-driven programming normally associated with Microsoft Windows applications. One normally thinks of events as being generated by GUI components …but any object can generate an “event” if it’s programmed to do so…

    4. C# Event Processing Macro View Generally speaking, two logical components are required to implement the event processing model: 1) An event producer (or publisher) 2) An event consumer (or subscriber) Each logical components has assigned responsibilities Consider the following diagram

More Related