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 void
PlanitComponent. 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 class
PopulateComponentEvent
A 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.class
PopulateDemandsEvent
A Populate demands event is fired when PLANit requests for a registered listener to populate the newly created demands instance.class
PopulateFundamentalDiagramEvent
A Populate fundamental diagram component event is fired when PLANit requests for a registered listener to populate the newly created fundamental diagram component instance.class
PopulateGapFunctionEvent
A Populate gap function event is fired when PLANit requests for a registered listener to populate the newly created gap function instance.class
PopulateInitialLinkSegmentCostEvent
A 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.class
PopulateNetworkEvent
A Populate network event is fired when PLANit requests for a registered listener to populate the newly created network instance.class
PopulatePhysicalCostEvent
A Populate physical cost event is fired when PLANit requests for a registered listener to populate the newly created physical cost component.class
PopulateRoutedServicesEvent
A Populate routed services event is fired when PLANit requests for a registered listener to populate the newly created routed services instance.class
PopulateServiceNetworkEvent
A Populate service network event is fired when PLANit requests for a registered listener to populate the newly created service network instance.class
PopulateUntypedComponentEvent
A Populate component event is fired when PLANit requests for a registered listener to populate the provided PLANit component instance.class
PopulateZoningEvent
A 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 void
PlanitComponentListener. 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 void
PlanItInputBuilder. 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 void
FundamentalDiagramComponent. 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 void
TntpInputBuilder. onPlanitComponentEvent(PlanitComponentEvent event)
Whenever a project component is created this method will be invoked
-