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

#287: the view model's publish() method no longer needs an UI thread,… #288

Merged
merged 3 commits into from
Jul 30, 2015

Conversation

mthiele
Copy link

@mthiele mthiele commented Jul 30, 2015

… this is delegated to the DefaultNotificationCenter which can be replaced in unit tests with NotificationCenterFactory.setNotificationCenter(...)

… thread, this is delegated to the DefaultNotificationCenter which can be replaced in unit tests with NotificationCenterFactory.setNotificationCenter(...)
@@ -16,11 +16,23 @@

package de.saxsys.mvvmfx.utils.notifications;

import de.saxsys.javafx.test.JfxRunner;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have moved the JfxRunner into mvvmFX and removed the old dependency.
Therefore this import now has to be de.saxsys.mvvmfx.testingutils.jfxrunner

manuel-mauky added a commit that referenced this pull request Jul 30, 2015
#287: the view model's publish() method no longer needs an UI thread,…
@manuel-mauky manuel-mauky merged commit c0af6b9 into sialcasa:develop Jul 30, 2015
@manuel-mauky
Copy link
Collaborator

#287

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.

2 participants