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
public class BmServiceEvent extends Object implements IServiceEvent
TheIServiceEventimplementation that represents BM events.
-
-
Constructor Summary
Constructors Constructor Description BmServiceEvent(Map<org.eclipse.emf.ecore.EStructuralFeature,List<org.eclipse.emf.common.notify.Notification>> notifications)Creates a new event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(org.eclipse.emf.ecore.EObject notifier, org.eclipse.emf.ecore.EStructuralFeature feature)booleancontainsAny(org.eclipse.emf.ecore.EStructuralFeature... features)Map<org.eclipse.emf.ecore.EStructuralFeature,List<org.eclipse.emf.common.notify.Notification>>getNotifications()
-
-
-
Method Detail
-
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.
-
-