Uses of Interface
org.goplanit.utils.zoning.modifier.event.ZoningModificationEvent
-
Packages that use ZoningModificationEvent Package Description org.goplanit.utils.zoning.modifier.event org.goplanit.zoning org.goplanit.zoning.modifier.event org.goplanit.zoning.modifier.event.handler -
-
Uses of ZoningModificationEvent in org.goplanit.utils.zoning.modifier.event
Methods in org.goplanit.utils.zoning.modifier.event with parameters of type ZoningModificationEvent Modifier and Type Method Description void
ZoningModifierListener. onZoningModifierEvent(ZoningModificationEvent event)
Notify method for zoning modification events -
Uses of ZoningModificationEvent in org.goplanit.zoning
Methods in org.goplanit.zoning with parameters of type ZoningModificationEvent Modifier and Type Method Description void
ConnectoidsImpl. onZoningModifierEvent(ZoningModificationEvent event)
Support event callbacks whenever zones have been modifiedvoid
TransferZoneGroupsImpl. onZoningModifierEvent(ZoningModificationEvent event)
Notify method for zoning modification events -
Uses of ZoningModificationEvent in org.goplanit.zoning.modifier.event
Classes in org.goplanit.zoning.modifier.event that implement ZoningModificationEvent Modifier and Type Class Description class
ModifiedZoneIdsEvent
Wrapper for all events fired with zoning as a sourceclass
RecreatedZoningEntitiesManagedIdsEvent
Event fired upon recreation of managed ids for zoning in managed id containers -
Uses of ZoningModificationEvent in org.goplanit.zoning.modifier.event.handler
Methods in org.goplanit.zoning.modifier.event.handler with parameters of type ZoningModificationEvent Modifier and Type Method Description void
SyncXmlIdToIdZoningEntitiesHandler. onZoningModifierEvent(ZoningModificationEvent event)
Notify method for zoning modification events
-