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 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 IServiceEvent Modifier and Type Class Description class
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 IServiceEvent Modifier and Type Method Description Class<? 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 IServiceEvent Modifier and Type Method Description default 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 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 void
Scene. 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 class
BmServiceEvent
TheIServiceEvent
implementation that represents BM events.class
DerivedDataObjectStatusEvent
TheIServiceEvent
that 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 boolean
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 IServiceEvent Modifier and Type Class Description class
DistributionSupportServiceEvent
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.events Modifier and Type Interface Description interface
IProjectParameterChangeEvent
TheIServiceEvent
that 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 class
EditingLanguageChangeEvent
TheIServiceEvent
implementation that keeps information about editing language changes.class
LanguagesChangeEvent
TheIServiceEvent
implementation that keeps information about language list changes.class
ScriptVariantChangeEvent
TheIServiceEvent
that keeps information about script variant change.class
UsePurposesChangeEvent
TheIServiceEvent
implementation that keeps information about use purposes list changes.
-