Jump to content

The Event Management Framework: Difference between revisions

From EDM2
Created page with "{{Template:SOMPG}} {{IBM-Reprint}} Event Management Basics Model of EMan usage Event types Registration Callbacks Event cl..."
 
No edit summary
Line 2: Line 2:
{{IBM-Reprint}}
{{IBM-Reprint}}


    Event Management Basics
==Event Management Basics==
        Model of EMan usage
===Model of EMan usage===
        Event types
===Event types===
        Registration
===Registration===
            Callbacks
====Callbacks====
            Event classes
====Event classes====
            EMan parameters
====EMan parameters====
            Registering for events  
====Registering for events ====
        Unregistering for events
===Unregistering for events===
        An example callback procedure
===An example callback procedure===
        Generating client events
===Generating client events===
        Examples of using other events
===Examples of using other events===
        Processing events
===Processing events===
        Interactive applications  
===Interactive applications ===
    Event Manager Advanced Topics
==Event Manager Advanced Topics==
        Threads and thread safety
===Threads and thread safety===
        Writing an X or MOTIF application
===Writing an X or MOTIF application===
        Extending EMan
===Extending EMan===
        Using EMan from C++
===Using EMan from C++===
        Using EMan from other languages
===Using EMan from other languages===
        Tips on using EMan  
===Tips on using EMan ===
    Limitations
==Limitations==
        Use of EMan DLL
===Use of EMan DLL===

Revision as of 00:17, 10 May 2021

System Object Model Programming Guide
  1. About This Book
  2. Introduction to the SOMobjects Developer Toolkit
  3. Tutorial for Implementing SOM Classes
  4. Using SOM Classes in Client Programs
  5. SOM IDL and the SOM Compiler
  6. Implementing Classes in SOM
  7. Distributed SOM (DSOM)
  8. The SOM Interface Repository Framework
  9. The Metaclass Framework
  10. The Event Management Framework
  11. SOMobjects Error Codes
  12. SOM IDL Language Grammar
  13. Implementing Sockets Subclasses
  14. Glossary

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

Event Management Basics

Model of EMan usage

Event types

Registration

Callbacks

Event classes

EMan parameters

Registering for events

Unregistering for events

An example callback procedure

Generating client events

Examples of using other events

Processing events

Interactive applications

Event Manager Advanced Topics

Threads and thread safety

Writing an X or MOTIF application

Extending EMan

Using EMan from C++

Using EMan from other languages

Tips on using EMan

Limitations

Use of EMan DLL