Symfony2 API
Interface

Symfony\Component\EventDispatcher\EventSubscriberInterface

interface EventSubscriberInterface

An EventSubscriber knows himself what events he is interested in.

If an EventSubscriber is added to an EventDispatcherInterface, the manager invokes
{@link getSubscribedEvents} and registers the subscriber as a listener for all
returned events.