Uses of Interface
com._1c.g5.aef2.events.IServiceEvent
-
-
Uses of IServiceEvent in com._1c.g5.aef2.components
Method parameters in com._1c.g5.aef2.components with type arguments of type IServiceEvent Modifier and Type Method Description protected voidComponent. subscribeOnEvents(Class<? extends IServiceEvent> eventClass)Subscribes on events which is instances of the given class. -
Uses of IServiceEvent in com._1c.g5.aef2.events
Classes in com._1c.g5.aef2.events with type parameters of type IServiceEvent Modifier and Type Class Description classAbstractServiceConsumer<T,E extends IServiceEvent>The basic abstract implementation of theIServiceConsumer.Methods in com._1c.g5.aef2.events that return types with arguments of type IServiceEvent Modifier and Type Method Description Class<? extends IServiceEvent>IServiceEventQualifier. getServiceEventClass()Returns the class of theIServiceEventthat the qualifier covers.Class<? extends IServiceEvent>ServiceEventQualifier. getServiceEventClass()Methods in com._1c.g5.aef2.events with parameters of type IServiceEvent Modifier and Type Method Description default booleanIServiceEventQualifier. test(IServiceEvent event)Tests the given event belongs to qualifier.voidIServiceEventTracker. trackEvent(IServiceEvent event)Tracks the given event.Constructor parameters in com._1c.g5.aef2.events with type arguments of type IServiceEvent Constructor Description ServiceEventQualifier(Class<? extends IServiceEvent> eventClass)Creates a new service event qualifier instance. -
Uses of IServiceEvent in com._1c.g5.aef2.scenes
Methods in com._1c.g5.aef2.scenes with parameters of type IServiceEvent Modifier and Type Method Description voidScene. trackEvent(IServiceEvent event) -
Uses of IServiceEvent in com._1c.g5.v8.dt.aef2.bm.events
Classes in com._1c.g5.v8.dt.aef2.bm.events that implement IServiceEvent Modifier and Type Class Description classBmServiceEventTheIServiceEventimplementation that represents BM events.classDerivedDataObjectStatusEventTheIServiceEventthat is sent on DD object status changing.Methods in com._1c.g5.v8.dt.aef2.bm.events with parameters of type IServiceEvent Modifier and Type Method Description booleanDerivedDataObjectStatusEventQualifier. test(IServiceEvent event) -
Uses of IServiceEvent in com._1c.g5.v8.dt.md.ui.aef2.events
Classes in com._1c.g5.v8.dt.md.ui.aef2.events that implement IServiceEvent Modifier and Type Class Description classDistributionSupportServiceEventTheIServiceEventthat is the AEF 2.0 equivalent ofDistributionSupportChangeEvent. -
Uses of IServiceEvent in com._1c.g5.v8.dt.ui.aef.events
Subinterfaces of IServiceEvent in com._1c.g5.v8.dt.ui.aef.events Modifier and Type Interface Description interfaceIProjectParameterChangeEventTheIServiceEventthat keeps information about changing one of the project parameters.Classes in com._1c.g5.v8.dt.ui.aef.events that implement IServiceEvent Modifier and Type Class Description classEditingLanguageChangeEventTheIServiceEventimplementation that keeps information about editing language changes.classLanguagesChangeEventTheIServiceEventimplementation that keeps information about language list changes.classScriptVariantChangeEventTheIServiceEventthat keeps information about script variant change.classUsePurposesChangeEventTheIServiceEventimplementation that keeps information about use purposes list changes.
-