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
public interface IServiceEvent extends IEvent
The event used by the Atomic Editor Framework to communicate with ambient services. So each service event should be translated into specificIServiceEvent
successor that will be processed within AEF components.