Class RightValueEvent

    • Constructor Detail

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

      • 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