You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InfoHandlers have a weird usage. SimulationInfoHandler adds a set of standard "infos" to the simulation, that can be used by any infoReceiver. If you want to include a new "info" to be used, the only way is using the subclass "Listener" to implement a new infoHandler, and use the method "addGenerated".
The text was updated successfully, but these errors were encountered:
A suitable solution would be to allow each simulation object to register in the SimulationInfoHandler the "pieces of information" that the handler must manage.
InfoHandlers have a weird usage. SimulationInfoHandler adds a set of standard "infos" to the simulation, that can be used by any infoReceiver. If you want to include a new "info" to be used, the only way is using the subclass "Listener" to implement a new infoHandler, and use the method "addGenerated".
The text was updated successfully, but these errors were encountered: