Class ModifiedZoneIdsEvent
- java.lang.Object
-
- org.goplanit.utils.id.IdAbleImpl
-
- org.goplanit.utils.event.EventImpl
-
- org.goplanit.zoning.modifier.event.ModifiedZoneIdsEvent
-
- All Implemented Interfaces:
Comparable<IdAble>
,Event
,IdAble
,ZoningModificationEvent
public class ModifiedZoneIdsEvent extends EventImpl implements ZoningModificationEvent
Wrapper for all events fired with zoning as a source- Author:
- markr
-
-
Field Summary
Fields Modifier and Type Field Description static ZoningModifierEventType
EVENT_TYPE
event type fired off when zone ids have been modified
-
Constructor Summary
Constructors Constructor Description ModifiedZoneIdsEvent(ZoningModifier source, Zoning zoning)
Wrapper for a modified zoning ids event indicating that one or more managed internal ids of the zoning have been changed
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Zoning
getModifiedZoning()
The zoning on which the modification took place-
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 ZoningModifierEventType EVENT_TYPE
event type fired off when zone ids have been modified
-
-
Constructor Detail
-
ModifiedZoneIdsEvent
public ModifiedZoneIdsEvent(ZoningModifier source, Zoning zoning)
Wrapper for a modified zoning ids event indicating that one or more managed internal ids of the zoning have been changed- Parameters:
source
- zoning modifier firing the eventzoning
- to use
-
-
Method Detail
-
getModifiedZoning
public Zoning getModifiedZoning()
The zoning on which the modification took place- Returns:
- modified zoning
-
-