Provides a way to create custom events.
Bases:object
object
Class inherited to create custom events.
Called on instantiation.
Fire the event with the stored variable values.
Reset all event variable values to their default values.
Return the name of the event.
CustomEvent
CustomEvent.__init__()
CustomEvent.fire()
CustomEvent.reset()
CustomEvent.name