sialcasa / mvvmFX

an Application Framework for implementing the MVVM Pattern with JavaFX
Apache License 2.0
489 stars 104 forks source link

#536 Changed DelegateCommand to improve extensibility. #540

Closed ntherrien closed 6 years ago

ntherrien commented 6 years ago

API user can now:

work with Supplier (either via protected field or getter) and override the execute() method (isBackground and callActionAndSynthesize... were made protected).