0.0.6: Merge pull request #129 from TheRoddyWMS/FixesForJobManagerIssues
Reworked waitForJobs() in BatchEuphoriaJobManager class:
- Wait for jobs will work again now.
- Waiting for jobs will only work, when a daemon was started. It will
throw an Exception, if you did not start the update daemon first. - It is not allowed to start more jobs, after the waitForJobs was
called. - Add the possibility to add an UpdateDaemonListener to a job manager
instance. Any implementing class which is registered in the job
manager will get updates, when a job was finished (successful or not).