IEvtConfiguration
The IEvtConfiguration Interface represents the configurators core component. Through its methods configurations may be saved, loaded and modified.
It also implemats the _IEvtCfgEvents interface to notyfi an Application about changes in the configuration.
IEvtConfiguration Methods | Description |
---|---|
Add a new Source to the configuration | |
Retreive one Source from the configuration | |
Remove a Source from the configuration | |
Start enumeration of sources and retreive the first source | |
Continue enumeration of sources | |
Get an enumeration object to retreive registered parsers | |
Get the number of sources in the configuration | |
Reset the whole configuration | |
Get the complete count of sources, events and doc links in the configuration | |
Copy the current configuration to another or create a new Configuration containing the same data |
_IEvtCfgEvents Methods | Description |
---|---|
OnNewSource | A new source has been added |
OnEditSource | A source has been edited |
OnDeleteSource | A source was removed from the configuration |
OnNewEvent | An event has been added |
OnEditEvent | An event has been edited |
OnDeleteEvent | An event was removed |
OnNewLink | A link has been added |
OnEditLink | A link has been edited |
OnDeleteLink | A link was removed |