events.custom module

Provides a way to create custom events.

classevents.custom.CustomEvent(**kwargs)[source]

Bases:object

Class inherited to create custom events.

__init__(**kwargs)[source]

Called on instantiation.

fire()[source]

Fire the event with the stored variable values.

reset()[source]

Reset all event variable values to their default values.

propertyname

Return the name of the event.