Uses of Interface
com._1c.g5.aef2.events.IServiceEvent
Packages that use IServiceEvent
Package
Description
-
Uses of IServiceEvent in com._1c.g5.aef2.components
Method parameters in com._1c.g5.aef2.components with type arguments of type IServiceEventModifier and TypeMethodDescriptionprotected final 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 IServiceEventModifier and TypeClassDescriptionclassAbstractServiceConsumer<T,E extends IServiceEvent> The basic abstract implementation of theIServiceConsumer.Methods in com._1c.g5.aef2.events that return types with arguments of type IServiceEventModifier and TypeMethodDescriptionClass<? 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 IServiceEventModifier and TypeMethodDescriptiondefault 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 IServiceEventModifierConstructorDescriptionServiceEventQualifier(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 -
Uses of IServiceEvent in com._1c.g5.v8.dt.aef2.bm.events
Classes in com._1c.g5.v8.dt.aef2.bm.events that implement IServiceEventModifier and TypeClassDescriptionclassTheIServiceEventimplementation that represents BM events.classTheIServiceEventthat is sent on DD object status changing.Methods in com._1c.g5.v8.dt.aef2.bm.events with parameters of type IServiceEventModifier and TypeMethodDescriptionbooleanDerivedDataObjectStatusEventQualifier.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 IServiceEventModifier and TypeClassDescriptionclassTheIServiceEventthat 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.eventsModifier and TypeInterfaceDescriptioninterfaceTheIServiceEventthat keeps information about changing one of the project parameters.Classes in com._1c.g5.v8.dt.ui.aef.events that implement IServiceEventModifier and TypeClassDescriptionclassTheIServiceEventimplementation that keeps information about editing language changes.classTheIServiceEventimplementation that keeps information about language list changes.classTheIServiceEventthat keeps information about script variant change.classTheIServiceEventimplementation that keeps information about use purposes list changes.