DefaultEventFactory
Provides string to Event instance creation mappings.
Represents a creator delegate for creating a new event.
public DefaultEventFactory()
Creates a new event factory.
Creates a new event.
Creates the default event for the given name. By default
this returns null.
Registers a new creator for the specified event name.
Throws an exception if another creator for the given
event name is already added.
Unregisters an existing creator for the given event name.