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
The base implementation of
IServiceEventQualifier
.-
Constructor Summary
ConstructorsConstructorDescriptionServiceEventQualifier
(Class<? extends IServiceEvent> eventClass) Creates a new service event qualifier instance. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Class<? extends IServiceEvent>
Returns the class of theIServiceEvent
that the qualifier covers.int
hashCode()
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 Details
-
ServiceEventQualifier
Creates a new service event qualifier instance.- Parameters:
eventClass
- the class of event, cannot benull
.
-
-
Method Details
-
getServiceEventClass
Description copied from interface:IServiceEventQualifier
Returns the class of theIServiceEvent
that the qualifier covers.- Specified by:
getServiceEventClass
in interfaceIServiceEventQualifier
- Returns:
- the class of the
IServiceEvent
, nevernull
.
-
hashCode
public int hashCode() -
equals
-