Class RecreatedZoningEntitiesManagedIdsEvent
- java.lang.Object
-
- org.goplanit.utils.id.IdAbleImpl
-
- org.goplanit.utils.event.EventImpl
-
- org.goplanit.zoning.modifier.event.RecreatedZoningEntitiesManagedIdsEvent
-
- All Implemented Interfaces:
Comparable<IdAble>
,Event
,IdAble
,ZoningModificationEvent
public class RecreatedZoningEntitiesManagedIdsEvent extends EventImpl implements ZoningModificationEvent
Event fired upon recreation of managed ids for zoning in managed id containers
-
-
Field Summary
Fields Modifier and Type Field Description static DirectedGraphModifierEventType
EVENT_TYPE
event type fired off when managed id entities have been recreated
-
Constructor Summary
Constructors Constructor Description RecreatedZoningEntitiesManagedIdsEvent(ZoningModifier 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 DirectedGraphModifierEventType EVENT_TYPE
event type fired off when managed id entities have been recreated
-
-
Constructor Detail
-
RecreatedZoningEntitiesManagedIdsEvent
public RecreatedZoningEntitiesManagedIdsEvent(ZoningModifier 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()
-
-