Package com._1c.g5.v8.dt.aef2.bm.events
Class BmServiceEvent
java.lang.Object
com._1c.g5.v8.dt.aef2.bm.events.BmServiceEvent
- All Implemented Interfaces:
IEvent,IServiceEvent
The
IServiceEvent implementation that represents BM events.-
Constructor Summary
ConstructorsConstructorDescriptionBmServiceEvent(Map<org.eclipse.emf.ecore.EStructuralFeature, List<org.eclipse.emf.common.notify.Notification>> notifications) Creates a new event. -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(org.eclipse.emf.ecore.EObject notifier, org.eclipse.emf.ecore.EStructuralFeature feature) booleancontainsAny(org.eclipse.emf.ecore.EStructuralFeature... features)
-
Constructor Details
-
Method Details
-
containsAny
public boolean containsAny(org.eclipse.emf.ecore.EStructuralFeature... features) - Parameters:
features- the features.- Returns:
trueif the event contains any of the given features.
-
contains
public boolean contains(org.eclipse.emf.ecore.EObject notifier, org.eclipse.emf.ecore.EStructuralFeature feature) - Parameters:
notifier- the notifier.feature- the feature.- Returns:
trueif the event contains notification with the given notifier and feature.
-
getNotifications
public Map<org.eclipse.emf.ecore.EStructuralFeature,List<org.eclipse.emf.common.notify.Notification>> getNotifications()- Returns:
- notifications.
-