Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review Listener/View structure #1

Open
icasrod opened this issue Jul 8, 2016 · 1 comment
Open

Review Listener/View structure #1

icasrod opened this issue Jul 8, 2016 · 1 comment
Assignees

Comments

@icasrod
Copy link
Collaborator

icasrod commented Jul 8, 2016

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".

@icasrod icasrod self-assigned this Jul 11, 2016
@icasrod
Copy link
Collaborator Author

icasrod commented Jul 13, 2016

A suitable solution would be to allow each simulation object to register in the SimulationInfoHandler the "pieces of information" that the handler must manage.

@icasrod icasrod assigned icasrod and unassigned icasrod Sep 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant