Class EntityRelationChangedEvent

All Implemented Interfaces:
Serializable

public class EntityRelationChangedEvent extends EntityFacadeEvent
See Also:
  • Constructor Details

    • EntityRelationChangedEvent

      public EntityRelationChangedEvent(Entity source, RelationModel relation, Entity target, boolean added, boolean adjusting)
  • Method Details

    • getRelation

      public RelationModel getRelation()
    • getTarget

      public Entity getTarget()
    • isAdded

      public boolean isAdded()
    • isRemoved

      public boolean isRemoved()
    • isAdjusting

      public boolean isAdjusting()