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
TheIServiceEvent
implementation 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 boolean
contains(org.eclipse.emf.ecore.EObject notifier, org.eclipse.emf.ecore.EStructuralFeature feature)
boolean
containsAny(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:
true
if 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:
true
if the event contains notification with the given notifier and feature.
-
-