Class RecreatedDemandsEntitiesManagedIdsEvent
- java.lang.Object
-
- org.goplanit.utils.id.IdAbleImpl
-
- org.goplanit.utils.event.EventImpl
-
- org.goplanit.demands.modifier.event.RecreatedDemandsEntitiesManagedIdsEvent
-
- All Implemented Interfaces:
Comparable<IdAble>
,Event
,GraphModificationEvent
,IdAble
public class RecreatedDemandsEntitiesManagedIdsEvent extends EventImpl implements GraphModificationEvent
Event fired upon recreation of managed ids for graph entities
-
-
Field Summary
Fields Modifier and Type Field Description static DemandsModifierEventType
EVENT_TYPE
event type fired off when managed id entities have been recreated
-
Constructor Summary
Constructors Constructor Description RecreatedDemandsEntitiesManagedIdsEvent(DemandsModifier source, ManagedIdEntities<? extends ManagedId> managedIdEntities)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedIdEntities<? extends ManagedId>
getManagedIdEntities()
-
Methods inherited from class org.goplanit.utils.event.EventImpl
deepClone, getContent, getSource, getType, shallowClone, toString
-
Methods inherited from class org.goplanit.utils.id.IdAbleImpl
equals, generateAndSetId, generateId, getId, hashCode, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.goplanit.utils.id.IdAble
compareTo, deepClone, getId, idEquals, idHashCode, shallowClone
-
-
-
-
Field Detail
-
EVENT_TYPE
public static final DemandsModifierEventType EVENT_TYPE
event type fired off when managed id entities have been recreated
-
-
Constructor Detail
-
RecreatedDemandsEntitiesManagedIdsEvent
public RecreatedDemandsEntitiesManagedIdsEvent(DemandsModifier source, ManagedIdEntities<? extends ManagedId> managedIdEntities)
Constructor- Parameters:
source
- of the eventmanagedIdEntities
- that have been recreated in terms of their ids
-
-
Method Detail
-
getManagedIdEntities
public ManagedIdEntities<? extends ManagedId> getManagedIdEntities()
-
-