Class RightValueEvent

java.lang.Object
com._1c.g5.v8.dt.core.event.Event
com._1c.g5.v8.dt.rights.events.RightValueEvent
All Implemented Interfaces:
IEvent, IRightsEvent

public class RightValueEvent extends Event implements IRightsEvent
Set right values for changed roles objects event.
  • Constructor Details

    • RightValueEvent

      public RightValueEvent(org.eclipse.core.resources.IProject project, Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> changedObjects, RightValueEvent.EventType eventType)
      Constructor.
      Parameters:
      project - the project, cannot be null
      changedObjects - the changed role objects, can not be null
      eventType - the event type, can not be null
  • Method Details

    • getChangedObjects

      public Map<RoleDescription,Map<org.eclipse.emf.ecore.EObject,Map<Right,RightValue>>> getChangedObjects()
      Returns the changed role objects.
      Returns:
      changedObjects the changed role objects, can not be null
    • getEventType

      public RightValueEvent.EventType getEventType()
      Gets the event type.
      Returns:
      the event type, can not be null