The thing is, you sometimes want to trigger the event from both template and your class, this would require a mix of ObservableEvent and a Subject. Or ObservableEvent could return Subject. Perhaps conditionally even?
Btw all your import paths in readme are wrong, missing the @typebytes part.