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 specific IServiceEvent successor that will be processed within AEF components.