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
The IServiceEvent 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

    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>>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BmServiceEvent

      public BmServiceEvent(Map<org.eclipse.emf.ecore.EStructuralFeature,List<org.eclipse.emf.common.notify.Notification>> notifications)
      Creates a new event.
      Parameters:
      notifications - a map of notifications.
  • Method Details

    • 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.
    • getNotifications

      public Map<org.eclipse.emf.ecore.EStructuralFeature,List<org.eclipse.emf.common.notify.Notification>> getNotifications()
      Returns:
      notifications.