The provider event type to listen to
The handler to run on occurrence of the event type
Gets the current handlers for the given provider event type.
The provider event type to get the current handlers for
The handlers currently attached to the given provider event type
Removes a handler for the given provider event type.
The provider event type to remove the listener for
The handler to remove for the provider event type
Adds a handler for the given provider event type. The handlers are called in the order they have been added.