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

An event is list of dicts, also provide an Object model #13

Merged
merged 2 commits into from
Jun 8, 2018

Conversation

rmorshea
Copy link
Owner

@rmorshea rmorshea commented Jun 8, 2018

Various minor updates. Key changes:

  • An event is defined as an array of dictionary objects. Each call to notify from within a control results in a new entry in the event array. This ultimately makes it easier to express when a single action results in a multitude of smaller events.
  • Adds mvc.Object as a provided Model that simple reacts to __setattr__ and __delattr__.

@rmorshea rmorshea merged commit bcc166e into master Jun 8, 2018
@rmorshea rmorshea deleted the event_list branch July 22, 2018 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant