pyface.action.action_event module

The event passed to an action’s ‘perform’ method.

class pyface.action.action_event.ActionEvent(**traits)[source]

Bases: HasTraits

The event passed to an action’s ‘perform’ method.

when = Float()

When the action was performed (time.time()).