COMEventServerInfo-class {RDCOMEvents}R Documentation

S-level description of a COM event handler interface

Description

Objects of this class contain information used to describe the different methods a COM event handler might implement for a particular event interface. This meta-information is combined with user-specified functions to implement a particular event handler.

Objects from the Class

Objects can be created by calls of the form new("COMEventServerInfo", ...).

Slots

methods:
Object of class "list" a named list of functions that are used as the methods of the event handler. The names should correspond to the names in ids.
ids:
Object of class "numeric", inherited from COMInterfaceServerInfo-class
classId:
inherited from SCOMClass-class
guids:
inherited from SCOMClass-class
help:
inherited from SCOMClass-class
name:
inherited from SCOMClass-class
progId:
inherited from SCOMClass-class
version:
inherited from SCOMClass-class

Methods

createCOMEventServer
signature(methods = "COMEventServerInfo", ids = "ANY"): constructor function for creating the description of an event handler from information in a type library.

Author(s)

Duncan Temple Lang <duncan@wald.ucdavis.edu>

References

http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinRegistry

See Also

connectConnectionPoint getConnectionPoints

Examples



[Package RDCOMEvents version 0.3-1 Index]