Package com._1c.g5.aef2.events
Interface IServiceEvent
- All Superinterfaces:
IEvent
- All Known Subinterfaces:
IProjectParameterChangeEvent
- All Known Implementing Classes:
BmServiceEvent
,DerivedDataObjectStatusEvent
,DistributionSupportServiceEvent
,EditingLanguageChangeEvent
,LanguagesChangeEvent
,ScriptVariantChangeEvent
,UsePurposesChangeEvent
The event used by the Atomic Editor Framework to communicate with ambient services.
So each service event should be translated into specific
IServiceEvent
successor that will be processed
within AEF components.