Open RunjiaChen opened 6 months ago
i think,
Watcher
objects are stored as a variable in Activity
so there has to be an association line from Watcher
-> Activity
Watcher
-> Activity
Activity
directly accesses a constant in ProgressWatcher
but there is no association between them, so we show it as a dependencyGood answer @bgopi23
Why is it that the dependency goes from Activity to ProgressWatcher and not Activity to Watcher? Is is because Watcher is an interface? How do we know that its ProgressWatcher and not UIWidget?