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 void
Component.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 TypeClassDescriptionclass
AbstractServiceConsumer<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 theIServiceEvent
that the qualifier covers.Class<? extends IServiceEvent>
ServiceEventQualifier.getServiceEventClass()
Methods in com._1c.g5.aef2.events with parameters of type IServiceEventModifier and TypeMethodDescriptiondefault boolean
IServiceEventQualifier.test
(IServiceEvent event) Tests the given event belongs to qualifier.void
IServiceEventTracker.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 TypeClassDescriptionclass
TheIServiceEvent
implementation that represents BM events.class
TheIServiceEvent
that is sent on DD object status changing.Methods in com._1c.g5.v8.dt.aef2.bm.events with parameters of type IServiceEventModifier and TypeMethodDescriptionboolean
DerivedDataObjectStatusEventQualifier.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 TypeClassDescriptionclass
TheIServiceEvent
that 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 TypeInterfaceDescriptioninterface
TheIServiceEvent
that keeps information about changing one of the project parameters.Classes in com._1c.g5.v8.dt.ui.aef.events that implement IServiceEventModifier and TypeClassDescriptionclass
TheIServiceEvent
implementation that keeps information about editing language changes.class
TheIServiceEvent
implementation that keeps information about language list changes.class
TheIServiceEvent
that keeps information about script variant change.class
TheIServiceEvent
implementation that keeps information about use purposes list changes.