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 voidZoningModifierListener. 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 voidConnectoidsImpl. onZoningModifierEvent(ZoningModificationEvent event)Support event callbacks whenever zones have been modifiedvoidTransferZoneGroupsImpl. 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 classModifiedZoneIdsEventWrapper for all events fired with zoning as a sourceclassRecreatedZoningEntitiesManagedIdsEventEvent 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 voidSyncXmlIdToIdZoningEntitiesHandler. onZoningModifierEvent(ZoningModificationEvent event)Notify method for zoning modification events
-