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

Changed the listener_ to be called with the abstract model interface. #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 8, 2014

  1. Changed the callback listeners to take the abstract model interface a…

    …s the "this" value instead of just passing in the model. This will allow users to more safely edit the abstract model in callback listeners.
    AlexRNau committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    3ee556d View commit details
    Browse the repository at this point in the history
  2. Fixed a bug with the listner_, I was passing it the model instead of …

    …the abstractModelInterface_!
    AlexRNau committed Feb 8, 2014
    Configuration menu
    Copy the full SHA
    cff3245 View commit details
    Browse the repository at this point in the history