I know how to raise an event with the EventEmitter. I can also attach a method to be called if I have a component like this:
Using alpha 28, I accomplished programmatically subscribing to event emitters by way of the eventEmitter.toRx().subscribe(..) method. As it is not intuitive, it may perhaps change in a future release.
eventEmitter.toRx().subscribe(..)