Add AppEvent

Introduce a generic event model to exchange information
between Winscope's components. E.g.:
- Viewer tab switched
- Trace position update
- ...

Mediator is (remains) the centralized router that knows
how events need to be forwarded, depending on the event
type and source.

Fix: 270543265
Test: npm run test:all

Change-Id: If943f9614a4fee2516a99d8b6eff1ee98855f908
35 files changed