Uses of Interface
jasima.core.simulation.SimComponent.SimComponentEvent
-
Packages that use SimComponent.SimComponentEvent Package Description jasima.core.simulation jasima.shopSim.core -
-
Uses of SimComponent.SimComponentEvent in jasima.core.simulation
Classes in jasima.core.simulation that implement SimComponent.SimComponentEvent Modifier and Type Class Description static classSimComponent.ProduceResultsEventMessage send when aSimComponentis requested to produce results.static classSimComponent.SimComponentLifeCycleMessageMethods in jasima.core.simulation that return types with arguments of type SimComponent.SimComponentEvent Modifier and Type Method Description Notifier<SimComponent,SimComponent.SimComponentEvent>SimComponent. notifierImpl()SimComponents can notify registered listeners of certain events/messages occurring.NotifierImpl<SimComponent,SimComponent.SimComponentEvent>SimComponentBase. notifierImpl()Methods in jasima.core.simulation with parameters of type SimComponent.SimComponentEvent Modifier and Type Method Description default voidSimComponentLifecycleListener. inform(SimComponent c, SimComponent.SimComponentEvent msg) -
Uses of SimComponent.SimComponentEvent in jasima.shopSim.core
Classes in jasima.shopSim.core that implement SimComponent.SimComponentEvent Modifier and Type Class Description static classShop.ShopMessagestatic classWorkStation.WorkStationMessageMethods in jasima.shopSim.core that return types with arguments of type SimComponent.SimComponentEvent Modifier and Type Method Description NotifierListener<SimComponent,SimComponent.SimComponentEvent>[]ShopExperiment. getMachineListener()Gets the complete list ofWorkStationlisteners.NotifierListener<SimComponent,SimComponent.SimComponentEvent>[]ShopExperiment. getMachineListenerSpecific(String name)Returns an array of all listeners registered for a given machine registered before using#addMachineListener(String, NotifierListener).NotifierListener<SimComponent,SimComponent.SimComponentEvent>[]ShopExperiment. getShopListener()Gets the complete list ofShoplisteners.Methods in jasima.shopSim.core with parameters of type SimComponent.SimComponentEvent Modifier and Type Method Description default voidShopListener. inform(SimComponent c, SimComponent.SimComponentEvent msg)Inform method to be notified of shop events.default voidWorkStationListener. inform(SimComponent o, SimComponent.SimComponentEvent event)Method parameters in jasima.shopSim.core with type arguments of type SimComponent.SimComponentEvent Modifier and Type Method Description voidShopExperiment. addMachineListener(NotifierListener<SimComponent,SimComponent.SimComponentEvent> l)Adds a WorkStation listener to be installed on eachWorkStationin the experiment.voidShopExperiment. addMachineListener(String name, NotifierListener<SimComponent,SimComponent.SimComponentEvent> l)Adds a WorkStation-listener to be installed on a certainWorkStation.voidShopExperiment. addShopListener(NotifierListener<SimComponent,SimComponent.SimComponentEvent> l)Adds a shop listener to be installed on the experiment'sShop.voidShop. installMachineListener(NotifierListener<SimComponent,SimComponent.SimComponentEvent> listener, boolean cloneIfPossible)Adds a listener to allWorkStations in the shop.
-