Package com._1c.g5.aef2.events
Class ServiceEventQualifier
- java.lang.Object
-
- com._1c.g5.aef2.events.ServiceEventQualifier
-
- All Implemented Interfaces:
IServiceEventQualifier
- Direct Known Subclasses:
DerivedDataObjectStatusEventQualifier
public class ServiceEventQualifier extends Object implements IServiceEventQualifier
The base implementation ofIServiceEventQualifier.
-
-
Constructor Summary
Constructors Constructor Description ServiceEventQualifier(Class<? extends IServiceEvent> eventClass)Creates a new service event qualifier instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Class<? extends IServiceEvent>getServiceEventClass()Returns the class of theIServiceEventthat the qualifier covers.inthashCode()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.aef2.events.IServiceEventQualifier
test
-
-
-
-
Constructor Detail
-
ServiceEventQualifier
public ServiceEventQualifier(Class<? extends IServiceEvent> eventClass)
Creates a new service event qualifier instance.- Parameters:
eventClass- the class of event, cannot benull.
-
-
Method Detail
-
getServiceEventClass
public Class<? extends IServiceEvent> getServiceEventClass()
Description copied from interface:IServiceEventQualifierReturns the class of theIServiceEventthat the qualifier covers.- Specified by:
getServiceEventClassin interfaceIServiceEventQualifier- Returns:
- the class of the
IServiceEvent, nevernull.
-
-