dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

Background thread #3

Closed AlbertoCasasOrtiz closed 4 years ago

AlbertoCasasOrtiz commented 4 years ago

Implemented execution as a background thread that can be stopped by the user. The status of the execution is shown to the user by the use of notifications, this notification system works using Observer pattern.