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 class
AbstractServiceConsumer<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 void
IScene. registerServiceConsumer(IServiceConsumer<?> serviceConsumer)
Registers a given service consumer instance.void
Scene. 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 class
BmChangeEventConsumer
TheIServiceConsumer
implementation that acceptsBmChangeEvent
s and sends theBmServiceEvent
s to tracker.class
DerivedDataObjectStatusConsumer
TheIDerivedDataObjectStatusListener
implementation 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 class
DistributionSupportChangeConsumer
TheIServiceConsumer
that handlesDistributionSupportChangeEvent
fromIEventBroker
and 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 class
EditingLanguageChangeConsumer
TheIServiceConsumer
implementation that listens toIEditingLanguageManager
for editing language change events.class
ProjectParametersConsumer
TheIServiceConsumer
that listens toIV8ProjectManager
and notifies the AEF event tracker about changing one of the following parameters: list of languages script variant
-