JRJurman / automated-ticket-printer

This project is an automated solution to print tickets and items as they get assigned.
MIT License
11 stars 1 forks source link

Adding Watches after start()? #12

Open JRJurman opened 8 years ago

JRJurman commented 8 years ago

Should users be able to add watches after they started the ActivityWatcher?

It should be fairly fundamental to do, and could help for watches that are added interactively, or have a delay to their startup.

However, this functionality could induce more headaches, if ActivityWatcher continues to get more complicated.

JRJurman commented 8 years ago

Because watches could have a startup delay, this should definitely be added.