Uses of Interface
org.goplanit.component.event.PlanitComponentEvent
-
Packages that use PlanitComponentEvent Package Description org.goplanit.component org.goplanit.component.event org.goplanit.io.input Classes to read files in PlanIt's XML formatorg.goplanit.supply.fundamentaldiagram Fundamental diagram classesorg.goplanit.tntp.input Scanner reader for reading input files which are in the TNTP Format -
-
Uses of PlanitComponentEvent in org.goplanit.component
Methods in org.goplanit.component with parameters of type PlanitComponentEvent Modifier and Type Method Description voidPlanitComponent. onPlanitComponentEvent(PlanitComponentEvent event)Act upon the provided event. -
Uses of PlanitComponentEvent in org.goplanit.component.event
Classes in org.goplanit.component.event that implement PlanitComponentEvent Modifier and Type Class Description classPopulateComponentEventA Populate component event for components for which no dedicated derived event is created and provides access to the component to populate and additional content as is without additional type or contextual information.classPopulateDemandsEventA Populate demands event is fired when PLANit requests for a registered listener to populate the newly created demands instance.classPopulateFundamentalDiagramEventA Populate fundamental diagram component event is fired when PLANit requests for a registered listener to populate the newly created fundamental diagram component instance.classPopulateGapFunctionEventA Populate gap function event is fired when PLANit requests for a registered listener to populate the newly created gap function instance.classPopulateInitialLinkSegmentCostEventA Populate initial link segment cost event is fired when PLANit requests for a registered listener to populate these initial costs which relate to a specific network.classPopulateNetworkEventA Populate network event is fired when PLANit requests for a registered listener to populate the newly created network instance.classPopulatePhysicalCostEventA Populate physical cost event is fired when PLANit requests for a registered listener to populate the newly created physical cost component.classPopulateRoutedServicesEventA Populate routed services event is fired when PLANit requests for a registered listener to populate the newly created routed services instance.classPopulateServiceNetworkEventA Populate service network event is fired when PLANit requests for a registered listener to populate the newly created service network instance.classPopulateUntypedComponentEventA Populate component event is fired when PLANit requests for a registered listener to populate the provided PLANit component instance.classPopulateZoningEventA Populate zoning event is fired when PLANit requests for a registered listener to populate the newly created zoning instance.Methods in org.goplanit.component.event with parameters of type PlanitComponentEvent Modifier and Type Method Description voidPlanitComponentListener. onPlanitComponentEvent(PlanitComponentEvent event)Notify method for PLANit component events. -
Uses of PlanitComponentEvent in org.goplanit.io.input
Methods in org.goplanit.io.input with parameters of type PlanitComponentEvent Modifier and Type Method Description voidPlanItInputBuilder. onPlanitComponentEvent(PlanitComponentEvent event)Whenever a project component is created this method will be invoked -
Uses of PlanitComponentEvent in org.goplanit.supply.fundamentaldiagram
Methods in org.goplanit.supply.fundamentaldiagram with parameters of type PlanitComponentEvent Modifier and Type Method Description voidFundamentalDiagramComponent. onPlanitComponentEvent(PlanitComponentEvent event)Registered for PopulateFundamentalDiagramEvent which allows the component to initialise all the default available Fds based on the network layer it is registered for. -
Uses of PlanitComponentEvent in org.goplanit.tntp.input
Methods in org.goplanit.tntp.input with parameters of type PlanitComponentEvent Modifier and Type Method Description voidTntpInputBuilder. onPlanitComponentEvent(PlanitComponentEvent event)Whenever a project component is created this method will be invoked
-