Uses of Interface
com._1c.g5.aef2.events.IServiceConsumer
-
-
Uses of IServiceConsumer in com._1c.g5.aef2.events
Classes in com._1c.g5.aef2.events that implement IServiceConsumer Modifier and Type Class Description classAbstractServiceConsumer<T,E extends IServiceEvent>The basic abstract implementation of theIServiceConsumer. -
Uses of IServiceConsumer in com._1c.g5.aef2.scenes
Methods in com._1c.g5.aef2.scenes with parameters of type IServiceConsumer Modifier and Type Method Description voidIScene. registerServiceConsumer(IServiceConsumer<?> serviceConsumer)Registers a given service consumer instance.voidScene. registerServiceConsumer(IServiceConsumer<?> serviceConsumer) -
Uses of IServiceConsumer in com._1c.g5.v8.dt.aef2.bm.events
Classes in com._1c.g5.v8.dt.aef2.bm.events that implement IServiceConsumer Modifier and Type Class Description classBmChangeEventConsumerTheIServiceConsumerimplementation that acceptsBmChangeEvents and sends theBmServiceEvents to tracker.classDerivedDataObjectStatusConsumerTheIDerivedDataObjectStatusListenerimplementation that listens to DD status changed and applies the status converted to AEFs event to process byIScene. -
Uses of IServiceConsumer in com._1c.g5.v8.dt.md.ui.aef2.events
Classes in com._1c.g5.v8.dt.md.ui.aef2.events that implement IServiceConsumer Modifier and Type Class Description classDistributionSupportChangeConsumerTheIServiceConsumerthat handlesDistributionSupportChangeEventfromIEventBrokerand notifies AEF 2.0 components with a corespondingDistributionSupportServiceEvent. -
Uses of IServiceConsumer in com._1c.g5.v8.dt.md.ui.properties.models
Methods in com._1c.g5.v8.dt.md.ui.properties.models that return types with arguments of type IServiceConsumer Modifier and Type Method Description Collection<IServiceConsumer<?>>MdPropertyPaletteModel. getServiceConsumers() -
Uses of IServiceConsumer in com._1c.g5.v8.dt.ui.aef.events
Classes in com._1c.g5.v8.dt.ui.aef.events that implement IServiceConsumer Modifier and Type Class Description classEditingLanguageChangeConsumerTheIServiceConsumerimplementation that listens toIEditingLanguageManagerfor editing language change events.classProjectParametersConsumerTheIServiceConsumerthat listens toIV8ProjectManagerand notifies the AEF event tracker about changing one of the following parameters: list of languages script variant
-